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 | |
|---|---|---|
![]() |
NameableModelElement(IModelObject) | Initializes a new instance of the NameableModelElement class. |
![]() |
NameableModelElement(IModelObject, IQualifiedIdentifier) | Initializes a new instance of the NameableModelElement class. |
![]() |
NameableModelElement(IModelObject, String) | Initializes a new instance of the NameableModelElement class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChildNodes | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
Identifier | Gets {insert text here}. |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
Name | Gets {insert text here}. |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
Delete | (Inherited from ModelElement.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetReferencesToObject | |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
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.
.gif)
.gif)
.gif)