Class ApplicationGrantInfo
Information about an application grant.
Implements
Inherited Members
Namespace: ABB.Robotics.Controllers.UserAuthorizationManagement
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ApplicationGrantInfo : ReadOnlyObject, IDeserializationCallback
Constructors
ApplicationGrantInfo()
Initializes a new instance of the ApplicationGrantInfo class.
Declaration
public ApplicationGrantInfo()
ApplicationGrantInfo(String, String, UasVersion, UasVersion)
Initializes a new instance of the ApplicationGrantInfo class.
Declaration
public ApplicationGrantInfo(string key, string valuetype, UasVersion startVersion, UasVersion endVersion)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.String | valuetype | The valuetype. |
UasVersion | startVersion | The start version. |
UasVersion | endVersion | The end version. |
ApplicationGrantInfo(String, String, UasVersion, UasVersion, ListValue)
Initializes a new instance of the ApplicationGrantInfo class.
Declaration
public ApplicationGrantInfo(string key, string valueType, UasVersion startVersion, UasVersion endVersion, ListValue listValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
System.String | valueType | Type of the value. |
UasVersion | startVersion | The start version. |
UasVersion | endVersion | The end version. |
ListValue | listValue | The list value. |
Properties
EndVersion
Gets or sets the end version.
Declaration
public UasVersion EndVersion { get; set; }
Property Value
Type | Description |
---|---|
UasVersion | The end version. |
HelpID
Gets or sets the help ID.
Declaration
public string HelpID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The help ID. |
Key
Gets or sets the key.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | The key. |
ListValue
Gets or sets the list value.
Declaration
public ListValue ListValue { get; set; }
Property Value
Type | Description |
---|---|
ListValue | The list value. |
MaxValue
Gets or sets the max value.
Declaration
public string MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The max value. |
MinValue
Gets or sets the min value.
Declaration
public string MinValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The min value. |
ResourceID
Gets or sets the resource ID.
Declaration
public string ResourceID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The resource ID. |
StartVersion
Gets or sets the start version.
Declaration
public UasVersion StartVersion { get; set; }
Property Value
Type | Description |
---|---|
UasVersion | The start version. |
Unit
Gets or sets the unit.
Declaration
public string Unit { get; set; }
Property Value
Type | Description |
---|---|
System.String | The max value. |
Value
Gets or sets the value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
ValueType
Gets or sets the type of the value.
Declaration
public string ValueType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the value. |