ModelElement Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ModelElement
      Microsoft.Data.Tools.Model.Simple..::..ForeignKeyPart
      Microsoft.Data.Tools.Model.Simple..::..NameableModelElement
      Microsoft.Data.Tools.Model.Simple..::..PrimaryKeyPart
      Microsoft.Data.Tools.Model.Simple..::..RelationalModel

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

Syntax

'Declaration
Public MustInherit Class ModelElement _
    Inherits ModelObject _
    Implements IModelObject
'Usage
Dim instance As ModelElement
public abstract class ModelElement : ModelObject, 
    IModelObject
public ref class ModelElement abstract : public ModelObject, 
    IModelObject
[<AbstractClassAttribute>]
type ModelElement =  
    class
        inherit ModelObject
        interface IModelObject
    end
public abstract class ModelElement extends ModelObject implements IModelObject

The ModelElement type exposes the following members.

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Inherited from ModelObject.)
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)

Top

Methods

  Name Description
Public method AddAnnotation (Inherited from ModelObject.)
Public method CreateScript (Inherited from ModelObject.)
Public method Delete
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)

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.Simple Namespace