SimpleTransaction Class

This API is not CLS-compliant. 

Inheritance Hierarchy

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

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class SimpleTransaction _
    Inherits XmlTransaction
'Usage
Dim instance As SimpleTransaction
[CLSCompliantAttribute(false)]
public class SimpleTransaction : XmlTransaction
[CLSCompliantAttribute(false)]
public ref class SimpleTransaction : public XmlTransaction
[<CLSCompliantAttribute(false)>]
type SimpleTransaction =  
    class
        inherit XmlTransaction
    end
public class SimpleTransaction extends XmlTransaction

The SimpleTransaction type exposes the following members.

Properties

  Name Description
Public property Name (Overrides XmlTransaction..::..Name.)
Public property Parent (Overrides XmlTransaction..::..Parent.)
Public property Provider (Overrides XmlTransaction..::..Provider.)
Public property Status (Overrides XmlTransaction..::..Status.)
Public property UndoUserState (Overrides XmlTransaction..::..UndoUserState.)
Public property UserState (Overrides XmlTransaction..::..UserState.)

Top

Methods

  Name Description
Public method Changes() () () () (Overrides XmlTransaction..::..Changes() () () ().)
Public method Changes(XmlModel) (Overrides XmlTransaction..::..Changes(XmlModel).)
Public method Commit (Overrides XmlTransaction..::..Commit() () () ().)
Public method Dispose() () () () (Inherited from XmlTransaction.)
Protected method Dispose(Boolean) (Overrides XmlTransaction..::..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 (Overrides XmlTransaction..::..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.StandAlone Namespace