Class HardwareId
The hardware id for for a license provider specific hardware type.
Inheritance
System.Object
HardwareId
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
[Serializable]
public class HardwareId
Constructors
View SourceHardwareId(Int32, String, String)
Create and initialize a new instance of HardwareId
Declaration
public HardwareId(int id, string value, string description)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | id | The hardware id. |
System.String | value | The hardware value. |
System.String | description | The hardware description. |
Properties
View SourceDescription
Gets the description for the hardware id.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Id
Gets the identifier.
Declaration
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The identifier. |
Value
Gets the value for the hardware id for the hardware id type specified by the Id.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |