AtomsFramework Persistence Layer Reference Guide

ObjectId Class

[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

[Visual Basic]
Public Class ObjectId
[C#]
public class ObjectId

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The class contains the definition for object ID's that can be used by the application programmer and database designer as a form of key fields encapsulation.

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.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

ObjectId Members | AtomsFramework Namespace | OIDFactory