Store Properties

Include Protected Members
Include Inherited Members

The Store type exposes the following members.

Properties

  Name Description
Public property ChangeSource Gets the current change source for operations in the store.
Public property CurrentContext Gets the current context of the store.
Public property DefaultPartition Gets or sets the default partition for the store.
Public property DemandLoading Gets whether the store is currently demand loading a relationship.
Public property Disposed Gets whether the store has been disposed.
Public property DomainDataDirectory Gets domain information directory of the store.
Public property DomainModels Gets a collection of domain models in this store.
Public property ElementDirectory Gets the directory of elements contained within the store.
Public property ElementFactory Gets the element factory for the model.
Public property EventManagerDirectory Gets the event manager directory for the model.
Public property Id Gets the ID of the store.
Public property InRedo Gets the store and verifies whether the current context of the store is being redone.
Public property InSerializationTransaction Indicates that the store has a currently active serialization transaction in the transaction stack
Public property InUndo Gets the store and verifies whether the current context of the store is being undone.
Public property InUndoRedoOrRollback Gets the store and verifies whether the current context of the store is being redone, undone, or rolled back.
Public property Partitions Gets the Collection of Partition objects for the store.
Public property PartitionsAlternate Gets the partitions used in the store.
Public property PropertyBag Gets the property bag for the store.
Public property RuleManager Gets the rule manager for the store.
Public property SerializerDirectory The default serialization directory for this store
Public property ShuttingDown Gets the store and verifies whether the store is shutting down, or sets the state of the store as shutting down.
Public property TransactionActive Gets or sets whether the store has a currently active transaction.
Public property TransactionLogs Gets the current list of transaction logs for the store.
Public property TransactionManager Gets the transaction manager for the model.
Public property UndoManager Gets the UndoManager for the default context.
Public property Version Gets the version of the store.

Top

See Also

Reference

Store Class

Microsoft.VisualStudio.Modeling Namespace