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 | |
|---|---|---|
![]() |
Store | Overloaded. Initializes a new instance of the Store class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddMonikerResolver | Register an IMonikerResolver for the specified domain model. |
![]() |
Dispose | Disposes the store. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindDomainModel | Finds a domain model by its ID. |
![]() |
FindMonikerResolver | Finds the IMonikerResolver registered for the specified domain model. |
![]() |
GetClosurePrototypeGroup | Overloaded. Creates an ElementGroupPrototype in the default partition of a specified closure type. |
![]() |
GetDomainModel | Overloaded. Gets a domain model. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetService | Gets a service. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LoadDomainModels | Creates all the domain data for the specified list of domain models. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PopContext | Removes the current context off the top of the stack. |
![]() |
PushContext | Pushes a new context to the top of the store context stack. |
![]() |
RegisterTransactionLog | Allows a client to register a transaction log that will be notified of events on this store. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() |
UnregisterTransactionLog | Allows a client to unregister a transaction log from being notified of events on this store. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChangeSource | Gets the current change source for operations in the store. |
![]() |
CurrentContext | Gets the current context of the store. |
![]() |
DefaultPartition | Gets or sets the default partition for the store. |
![]() |
DemandLoading | Gets whether the store is currently demand loading a relationship. |
![]() |
Disposed | Gets whether the store has been disposed. |
![]() |
DomainDataDirectory | Gets domain information directory of the store. |
![]() |
DomainModels | Gets a collection of domain models in this store. |
![]() |
ElementDirectory | Gets the directory of elements contained within the store. |
![]() |
ElementFactory | Gets the element factory for the model. |
![]() |
EventManagerDirectory | Gets the event manager directory for the model. |
![]() |
Id | Gets the ID of the store. |
![]() |
InRedo | Gets the store and verifies whether the current context of the store is being redone. |
![]() |
InUndo | Gets the store and verifies whether the current context of the store is being undone. |
![]() |
InUndoRedoOrRollback | Gets the store and verifies whether the current context of the store is being redone, undone, or rolled back. |
![]() |
Partitions | Gets the Collection of Partition objects for the store. |
![]() |
PartitionsAlternate | Gets the partitions used in the store. |
![]() |
PropertyBag | Gets the property bag for the store. |
![]() |
RuleManager | Gets the rule manager for the store. |
![]() |
ShuttingDown | Gets the store and verifies whether the store is shutting down, or sets the state of the store as shutting down. |
![]() |
TransactionActive | Gets or sets whether the store has a currently active transaction. |
![]() |
TransactionLogs | Gets the current list of transaction logs for the store. |
![]() |
TransactionManager | Gets the transaction manager for the model. |
![]() |
UndoManager | Gets the UndoManager for the default context. |
![]() |
Version | Gets the version of the store. |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
StoreDisposing | Occurs when the store is disposing. |
Top
.gif)
.gif)
.gif)
.gif)