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 | |
---|---|---|
![]() |
XmlTransaction |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | |
![]() |
Parent | |
![]() |
Provider | |
![]() |
Status | |
![]() |
UndoUserState | |
![]() |
UserState |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Changes() () () () | |
![]() |
Changes(XmlModel) | |
![]() |
Commit | |
![]() |
Dispose() () () () | |
![]() |
Dispose(Boolean) | |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Rollback | |
![]() |
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.