NameableModelElement Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..ModelElement
      Microsoft.Data.Tools.Model.Simple..::..NameableModelElement
        Microsoft.Data.Tools.Model.Simple..::..Column
        Microsoft.Data.Tools.Model.Simple..::..ForeignKey
        Microsoft.Data.Tools.Model.Simple..::..PrimaryKey
        Microsoft.Data.Tools.Model.Simple..::..Schema
        Microsoft.Data.Tools.Model.Simple..::..Table

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

Syntax

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

The NameableModelElement type exposes the following members.

Constructors

  Name Description
Public method NameableModelElement(IModelObject) Initializes a new instance of the NameableModelElement class.
Public method NameableModelElement(IModelObject, IQualifiedIdentifier) Initializes a new instance of the NameableModelElement class.
Public method NameableModelElement(IModelObject, String) Initializes a new instance of the NameableModelElement class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Inherited from ModelObject.)
Public property Identifier Gets {insert text here}.
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property Name Gets {insert text here}.
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 (Inherited from ModelElement.)
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 GetReferencesToObject
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