Version

ObjectsManager class Members

The following tables list the members exposed by ObjectsManager.

Public Constructors
 NameDescription
Public ConstructorObjectsManager Constructor  
Public Properties
 NameDescription
Public PropertyallTransactionListsReturns all json Transaction Lists in a Server Friendly format for all objects in the object manager.  
Public PropertycountReturns the amount of objects on the control.  
Public PropertycsmReturns the ClientStateManager for the object at the specified index.  
Public PropertyobjectReturns the object at the specifeid index.  
Public PropertyobjectPropsReturns the json ClientState from the server of the object at the specified index.  
Public PropertytransactionListReturns the json TransactionList for the Object at the specified index.  
Public Methods
 NameDescription
Public MethoddisposeDisposes of all objects created by the ObjectManager.  
Public MethodgetServerObjectsReturns the ClientState for all objects in a Server friendly format.  
Public Methodregister_objectRegisters the object at the specified index with the ObjectManager.  
See Also