Search Results for

    Show / Hide Table of Contents

    Class ApplicationGrantInfo

    Information about an application grant.

    Inheritance
    object
    ReadOnlyObject
    ApplicationGrantInfo
    Implements
    IDeserializationCallback
    Inherited Members
    ReadOnlyObject.DemandWriteAccess()
    ReadOnlyObject.IsReadOnly
    Namespace: ABB.Robotics.Controllers.UserAuthorizationManagement
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class ApplicationGrantInfo : ReadOnlyObject, IDeserializationCallback

    Constructors

    View Source

    ApplicationGrantInfo()

    Initializes a new instance of the ApplicationGrantInfo class.

    Declaration
    public ApplicationGrantInfo()
    View Source

    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
    string key

    The key.

    string valuetype

    The valuetype.

    UasVersion startVersion

    The start version.

    UasVersion endVersion

    The end version.

    View Source

    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
    string key

    The key.

    string valueType

    Type of the value.

    UasVersion startVersion

    The start version.

    UasVersion endVersion

    The end version.

    ListValue listValue

    The list value.

    Properties

    View Source

    EndVersion

    Gets or sets the end version.

    Declaration
    public UasVersion EndVersion { get; set; }
    Property Value
    Type Description
    UasVersion

    The end version.

    View Source

    HelpID

    Gets or sets the help ID.

    Declaration
    public string HelpID { get; set; }
    Property Value
    Type Description
    string

    The help ID.

    View Source

    Key

    Gets or sets the key.

    Declaration
    public string Key { get; set; }
    Property Value
    Type Description
    string

    The key.

    View Source

    ListValue

    Gets or sets the list value.

    Declaration
    public ListValue ListValue { get; set; }
    Property Value
    Type Description
    ListValue

    The list value.

    View Source

    MaxValue

    Gets or sets the max value.

    Declaration
    public string MaxValue { get; set; }
    Property Value
    Type Description
    string

    The max value.

    View Source

    MinValue

    Gets or sets the min value.

    Declaration
    public string MinValue { get; set; }
    Property Value
    Type Description
    string

    The min value.

    View Source

    ResourceID

    Gets or sets the resource ID.

    Declaration
    public string ResourceID { get; set; }
    Property Value
    Type Description
    string

    The resource ID.

    View Source

    StartVersion

    Gets or sets the start version.

    Declaration
    public UasVersion StartVersion { get; set; }
    Property Value
    Type Description
    UasVersion

    The start version.

    View Source

    Unit

    Gets or sets the unit.

    Declaration
    public string Unit { get; set; }
    Property Value
    Type Description
    string

    The max value.

    View Source

    Value

    Gets or sets the value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string

    The value.

    View Source

    ValueType

    Gets or sets the type of the value.

    Declaration
    public string ValueType { get; set; }
    Property Value
    Type Description
    string

    The type of the value.

    Implements

    IDeserializationCallback
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics