Share via


ModelNodeChangeInfo Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model..::..ModelNodeChangeInfo

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class ModelNodeChangeInfo
'Usage
Dim instance As ModelNodeChangeInfo
public class ModelNodeChangeInfo
public ref class ModelNodeChangeInfo
type ModelNodeChangeInfo =  class end
public class ModelNodeChangeInfo

The ModelNodeChangeInfo type exposes the following members.

Constructors

  Name Description
Public method ModelNodeChangeInfo Initializes a new instance of the ModelNodeChangeInfo class.

Top

Properties

  Name Description
Public property ChangeType Gets {insert text here}.
Public property ModelNode Gets {insert text here}.

Top

Methods

  Name Description
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 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.Model Namespace