Show / Hide Table of Contents

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 Source

HardwareId(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 Source

Description

Gets the description for the hardware id.

Declaration
public string Description { get; }
Property Value
Type Description
System.String

The description.

View Source

Id

Gets the identifier.

Declaration
public int Id { get; }
Property Value
Type Description
System.Int32

The identifier.

View Source

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.

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX