IdentiferUniquenessType Enumeration |
** NOTE: ADDED in CFX 1.3 **
An enumeration indicating the type of unique identifier for the specified endpoint / resource / sub-resource
Values: GloballyPersistent, LocallyPersistent, UnserializedLocation or Unknown
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum IdentiferUniquenessType
Public Enumeration IdentiferUniquenessType
MembersMember name | Value | Description |
---|
Unkwnown | 0 |
Unknown: no fixed relationship with a physical object
|
GloballyPersistent | 1 |
Globally valid: it follows the resource in its whole lifecycle (i.e. across all machines)
|
LocallyPersistent | 2 |
Locally valid: it stays constant as long as the resource is in the current machine (i.e. it may change when in another)
|
UnserializedLocation | 3 |
No identifier for the given location
|
See Also