Search Results for

    Show / Hide Table of Contents

    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 Source

    StoreCapabilities(Boolean, Boolean)

    Declaration
    public StoreCapabilities(bool isTransient, bool supportsTransactions)
    Parameters
    Type Name Description
    System.Boolean isTransient
    System.Boolean supportsTransactions

    Properties

    | Improve this Doc View Source

    IsTransient

    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
    | Improve this Doc View Source

    SupportsTransactions

    Indicates whether the model store supports transactions.

    Declaration
    public bool SupportsTransactions { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim