API Reference
Class
AggregateCheckStatusInfo
Provides aggregate check status info functionality.
Inheritance
- Object
- AggregateCheckStatusInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AggregateCheckStatusInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Key { get; set; } #Gets or sets the key value.
public String Label { get; set; } #Gets or sets the label value.
public AggregateCheckState State { get; set; } #Gets or sets the state value.
public String Value { get; set; } #Gets or sets the value value.
public String Detail { get; set; } #Gets or sets the detail value.