ReferenceProperty(T) Class
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model.Simple..::..ModelObject
Microsoft.Data.Tools.Model.Simple..::..ReferenceProperty
Microsoft.Data.Tools.Model.Simple..::..ReferenceProperty<(Of <(<'T>)>)>
Namespace: Microsoft.Data.Tools.Model.Simple
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Class ReferenceProperty(Of T As IReferenceableModelObject) _
Inherits ReferenceProperty _
Implements IReferenceProperty(Of T), IReferenceProperty, IModelProperty, _
IModelObject
'Usage
Dim instance As ReferenceProperty(Of T)
public class ReferenceProperty<T> : ReferenceProperty,
IReferenceProperty<T>, IReferenceProperty, IModelProperty, IModelObject
where T : IReferenceableModelObject
generic<typename T>
where T : IReferenceableModelObject
public ref class ReferenceProperty : public ReferenceProperty,
IReferenceProperty<T>, IReferenceProperty, IModelProperty, IModelObject
type ReferenceProperty<'T when 'T : IReferenceableModelObject> =
class
inherit ReferenceProperty
interface IReferenceProperty<'T>
interface IReferenceProperty
interface IModelProperty
interface IModelObject
end
JScript does not support generic types and methods.
Type Parameters
- T
The ReferenceProperty<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ReferenceProperty< (Of < ( <'T> ) > ) >(ModelObject, String, Boolean, Boolean) | Initializes a new instance of the ReferenceProperty<(Of <(<'T>)>)> class. |
![]() |
ReferenceProperty< (Of < ( <'T> ) > ) >(ModelObject, String, IQualifiedIdentifier, Boolean, Boolean) | Initializes a new instance of the ReferenceProperty<(Of <(<'T>)>)> class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
ChildNodes | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
DuplicateObjects | Gets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
Duplicates | Gets {insert text here}. |
![]() |
IsNotPresent | Gets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
IsReadOnly | Gets or sets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
IsRequired | Gets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
Model | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
ParentNode | Gets {insert text here}. (Inherited from ModelObject.) |
![]() |
PropertyName | Gets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
ReferencedType | Gets {insert text here}. (Overrides ReferenceProperty..::..ReferencedType.) |
![]() |
ReferenceIdentifier | Gets or sets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
Status | Gets {insert text here}. (Inherited from ReferenceProperty.) |
![]() |
Target | Gets {insert text here}. |
![]() |
TargetObject | Gets {insert text here}. (Inherited from ReferenceProperty.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddAnnotation | (Inherited from ModelObject.) |
![]() |
CreateScript | (Inherited from ModelObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetAncestor< (Of < <' (T> ) > > ) | (Inherited from ModelObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetToNotPresent | (Inherited from ReferenceProperty.) |
![]() |
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)