Class StatusCheckRangeAttribute
Inheritance
StatusCheckRangeAttribute
Assembly: FRC.WPIUtil.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class StatusCheckRangeAttribute : Attribute
Constructors
|
Improve this Doc
View Source
StatusCheckRangeAttribute(Int32, Type, String)
Declaration
public StatusCheckRangeAttribute(int rangeParameterNumber, Type rangeCheckType, string rangeCheckFunctionName)
Parameters
Type |
Name |
Description |
Int32 |
rangeParameterNumber |
|
Type |
rangeCheckType |
|
String |
rangeCheckFunctionName |
|
Properties
|
Improve this Doc
View Source
RangeCheckFunctionName
Declaration
public string RangeCheckFunctionName { get; }
Property Value
|
Improve this Doc
View Source
RangeCheckType
Declaration
public Type RangeCheckType { get; }
Property Value
|
Improve this Doc
View Source
RangeParameterNumber
Declaration
public int RangeParameterNumber { get; }
Property Value