Class StatusCheckedByAttribute
Inheritance
StatusCheckedByAttribute
Assembly: FRC.WPIUtil.dll
Syntax
[AttributeUsage(AttributeTargets.Interface | AttributeTargets.Method)]
public class StatusCheckedByAttribute : Attribute
Constructors
|
Improve this Doc
View Source
StatusCheckedByAttribute(Type, String)
Declaration
public StatusCheckedByAttribute(Type statusCheckType, string statusCheckFunctionName = null)
Parameters
Type |
Name |
Description |
Type |
statusCheckType |
|
String |
statusCheckFunctionName |
|
Properties
|
Improve this Doc
View Source
StatusCheckFunctionName
Declaration
public string StatusCheckFunctionName { get; }
Property Value
|
Improve this Doc
View Source
StatusCheckType
Declaration
public Type StatusCheckType { get; }
Property Value