HID APPROVE SDK
4.8
HID Approve SDK for Windows .NET
|
Persistent object identifier. More...
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... | |
Persistent object identifier.
|
inline |
Initializes a new instance of Identifier with unspecified native id and type.
|
inline |
Initializes a new instance of Identifier as a copy of the specified Identifier.
identifier | Identifier instance to copy |
|
inline |
Initializes a new instance of Identifier with the specified native id and type.
id | The native identifier of the object |
type | The type of the object |
|
getset |
Native identifier of the object.
|
getset |
Type of the object.