XmlTransaction Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.XmlDesignerBase.Model..::..XmlTransaction
    Microsoft.Data.Tools.XmlDesignerBase.Model.StandAlone..::..SimpleTransaction

Namespace:  Microsoft.Data.Tools.XmlDesignerBase.Model
Assemblies:   Microsoft.Data.Tools.Design.XmlCore (in Microsoft.Data.Tools.Design.XmlCore.dll)
  Microsoft.Data.Tools.XmlDesignerBase (in Microsoft.Data.Tools.XmlDesignerBase.dll)

Syntax

'Declaration
Public MustInherit Class XmlTransaction _
    Implements IDisposable
'Usage
Dim instance As XmlTransaction
public abstract class XmlTransaction : IDisposable
public ref class XmlTransaction abstract : IDisposable
[<AbstractClassAttribute>]
type XmlTransaction =  
    class
        interface IDisposable
    end
public abstract class XmlTransaction implements IDisposable

The XmlTransaction type exposes the following members.

Constructors

  Name Description
Protected method XmlTransaction

Top

Properties

  Name Description
Public property Name
Public property Parent
Public property Provider
Public property Status
Public property UndoUserState
Public property UserState

Top

Methods

  Name Description
Public method Changes() () () ()
Public method Changes(XmlModel)
Public method Commit
Public method Dispose() () () ()
Protected method Dispose(Boolean)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Rollback
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Tools.XmlDesignerBase.Model Namespace