Class StoreCapabilities
Describes the capabilities of a Model Store
Inheritance
System.Object
StoreCapabilities
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.IO
Assembly: Xbim.Common.dll
Syntax
public class StoreCapabilities
Constructors
| Improve this Doc View SourceStoreCapabilities(Boolean, Boolean)
Declaration
public StoreCapabilities(bool isTransient, bool supportsTransactions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isTransient | |
System.Boolean | supportsTransactions |
Properties
| Improve this Doc View SourceIsTransient
Indicates whether the model store is transient. If true it's an in-memory model, otherwise has a persistant backing store
Declaration
public bool IsTransient { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsTransactions
Indicates whether the model store supports transactions.
Declaration
public bool SupportsTransactions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |