Search Results for

    Show / Hide Table of Contents

    Interface ITransaction

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Xbim.Common
    Assembly: Xbim.Common.dll
    Syntax
    public interface ITransaction : IDisposable

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Commit()

    Declaration
    void Commit()
    | Improve this Doc View Source

    DoReversibleAction(Action, Action, IPersistEntity, ChangeType, Int32)

    Declaration
    void DoReversibleAction(Action doAction, Action undoAction, IPersistEntity entity, ChangeType changeType, int property)
    Parameters
    Type Name Description
    System.Action doAction
    System.Action undoAction
    IPersistEntity entity
    ChangeType changeType
    System.Int32 property
    | Improve this Doc View Source

    RollBack()

    Declaration
    void RollBack()

    Events

    | Improve this Doc View Source

    EntityChanged

    This event should be fired after entity is changed

    Declaration
    event EntityChangedHandler EntityChanged
    Event Type
    Type Description
    EntityChangedHandler
    | Improve this Doc View Source

    EntityChanging

    This event should be fired before entity is changed.

    Declaration
    event EntityChangingHandler EntityChanging
    Event Type
    Type Description
    EntityChangingHandler
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim