Click or drag to resize

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.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum IdentiferUniquenessType
Members
Member nameValueDescription
Unkwnown0 Unknown: no fixed relationship with a physical object
GloballyPersistent1 Globally valid: it follows the resource in its whole lifecycle (i.e. across all machines)
LocallyPersistent2 Locally valid: it stays constant as long as the resource is in the current machine (i.e. it may change when in another)
UnserializedLocation3 No identifier for the given location
See Also