Class GrantInfo
Information about a grant object.
Implements
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
Namespace: ABB.Robotics.Controllers.UserAuthorizationManagement
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class GrantInfo : ReadOnlyObject, IDeserializationCallback
Constructors
GrantInfo()
Initializes a new instance of the GrantInfo class.
Declaration
public GrantInfo()
GrantInfo(String, UasVersion, UasVersion)
Initializes a new instance of the GrantInfo class.
Declaration
public GrantInfo(string name, UasVersion startversion, UasVersion endversion)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
UasVersion | startversion | The startversion. |
UasVersion | endversion | The endversion. |
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. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
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. |
Implements
System.Runtime.Serialization.IDeserializationCallback