Struct License
Represents a license.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 16, 400, 20)]
public struct License
Remarks
This structure is available since v7.16.
Constructors
License(LicenseType, String, String, String, Boolean, String, UInt32, UInt32)
Initializes a new instance of the License structure.
Declaration
public License(LicenseType inLicenseType, string inProvider, string inName, string inVersion, bool inIsActive, string inLicenseUser, uint inModule, uint inGroup)
Parameters
Type | Name | Description |
---|---|---|
LicenseType | inLicenseType | License type. |
System.String | inProvider | Provider. |
System.String | inName | License name. |
System.String | inVersion | Version. |
System.Boolean | inIsActive | Is license active. |
System.String | inLicenseUser | User of the floating license. |
System.UInt32 | inModule | Module. |
System.UInt32 | inGroup | Group. |
Fields
ExpirationDate
Expiration date.
Declaration
public DateTime? ExpirationDate
Field Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Group
Group number.
Declaration
public uint Group
Field Value
Type | Description |
---|---|
System.UInt32 |
IsActive
Is license active.
Declaration
public bool IsActive
Field Value
Type | Description |
---|---|
System.Boolean |
LicensedTo
Licensed to.
Declaration
public string LicensedTo
Field Value
Type | Description |
---|---|
System.String |
LicenseType
License type (Standalone, floating, user).
Declaration
public LicenseType LicenseType
Field Value
Type | Description |
---|---|
LicenseType |
LicenseUser
License user (for floating).
Declaration
public string LicenseUser
Field Value
Type | Description |
---|---|
System.String |
Module
Module number.
Declaration
public uint Module
Field Value
Type | Description |
---|---|
System.UInt32 |
Name
Name.
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Provider
Provider.
Declaration
public string Provider
Field Value
Type | Description |
---|---|
System.String |
Status
Status.
Declaration
public string Status
Field Value
Type | Description |
---|---|
System.String |
Version
Version.
Declaration
public string Version
Field Value
Type | Description |
---|---|
System.String |