Store Members
Include Protected Members
Include Inherited Members
The store contains an in-memory representation of the elements and links in one or more models.
The Store type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of the Store class.
Top
Methods
Name
Description
Register an IMonikerResolver for the specified domain model.
Disposes the store.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Finds a domain model by its ID.
Finds the IMonikerResolver registered for the specified domain model.
Overloaded. Creates an ElementGroupPrototype in the default partition of a specified closure type.
Overloaded. Gets a domain model.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets a service.
Gets the type of the current instance. (Inherited from Object.)
Creates all the domain data for the specified list of domain models.
Creates a shallow copy of the current Object. (Inherited from Object.)
Removes the current context off the top of the stack.
Pushes a new context to the top of the store context stack.
Allows a client to register a transaction log that will be notified of events on this store.
Returns a string that represents the current object. (Inherited from Object.)
Allows a client to unregister a transaction log from being notified of events on this store.
Top
Properties
Name
Description
Gets the current change source for operations in the store.
Gets the current context of the store.
Gets or sets the default partition for the store.
Gets whether the store is currently demand loading a relationship.
Gets whether the store has been disposed.
Gets domain information directory of the store.
Gets a collection of domain models in this store.
Gets the directory of elements contained within the store.
Gets the element factory for the model.
Gets the event manager directory for the model.
Gets the ID of the store.
Gets the store and verifies whether the current context of the store is being redone.
Gets the store and verifies whether the current context of the store is being undone.
Gets the store and verifies whether the current context of the store is being redone, undone, or rolled back.
Gets the Collection of Partition objects for the store.
Gets the partitions used in the store.
Gets the property bag for the store.
Gets the rule manager for the store.
Gets the store and verifies whether the store is shutting down, or sets the state of the store as shutting down.
Gets or sets whether the store has a currently active transaction.
Gets the current list of transaction logs for the store.
Gets the transaction manager for the model.
Gets the UndoManager for the default context.
Gets the version of the store.
Top
Events
Name
Description
Occurs when the store is disposing.
Top