[This is preliminary documentation and subject to change.]
Object ID class.
For a list of all members of this type, see ObjectId Members.
System.Object
AtomsFramework.ObjectId
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
An object ID consist of a 32 bit A value and a 16 bit B value. The A-Value is established once per session by retrieving a value from the database, or when the B-value reaches it's maximum.
Each time a new object id is created the B-Value is generated by incrementing the previous B-Value.
Namespace: AtomsFramework
Assembly: AtomsFramework (in AtomsFramework.dll)
ObjectId Members | AtomsFramework Namespace | OIDFactory