HID APPROVE SDK  4.8
HID Approve SDK for Windows .NET
HIDIA.Transaction.Identifier Class Reference

Persistent object identifier. More...

Inheritance diagram for HIDIA.Transaction.Identifier:
HIDIA.Transaction.KeyId HIDIA.Transaction.ProtectionPolicy.ProtectionPolicyId

Public Member Functions

 Identifier ()
 Initializes a new instance of Identifier with unspecified native id and type. More...
 
 Identifier (Identifier identifier)
 Initializes a new instance of Identifier as a copy of the specified Identifier. More...
 
 Identifier (string id, string type)
 Initializes a new instance of Identifier with the specified native id and type. More...
 

Properties

string Id [get, set]
 Native identifier of the object. More...
 
string Type [get, set]
 Type of the object. More...
 

Detailed Description

Persistent object identifier.

Constructor & Destructor Documentation

◆ Identifier() [1/3]

HIDIA.Transaction.Identifier.Identifier ( )
inline

Initializes a new instance of Identifier with unspecified native id and type.

◆ Identifier() [2/3]

HIDIA.Transaction.Identifier.Identifier ( Identifier  identifier)
inline

Initializes a new instance of Identifier as a copy of the specified Identifier.

Parameters
identifierIdentifier instance to copy

◆ Identifier() [3/3]

HIDIA.Transaction.Identifier.Identifier ( string  id,
string  type 
)
inline

Initializes a new instance of Identifier with the specified native id and type.

Parameters
idThe native identifier of the object
typeThe type of the object

Property Documentation

◆ Id

string HIDIA.Transaction.Identifier.Id
getset

Native identifier of the object.

◆ Type

string HIDIA.Transaction.Identifier.Type
getset

Type of the object.