CollectionProperty(T) Class

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model.Simple..::..ModelObject
    Microsoft.Data.Tools.Model.Simple..::..CollectionProperty<(Of <(<'T>)>)>

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

Syntax

'Declaration
Public Class CollectionProperty(Of T As IModelElement) _
    Inherits ModelObject _
    Implements ICollectionProperty(Of T), IModelProperty, IModelObject,  _
    ICollection(Of T), IEnumerable(Of T), IEnumerable
'Usage
Dim instance As CollectionProperty(Of T)
public class CollectionProperty<T> : ModelObject, 
    ICollectionProperty<T>, IModelProperty, IModelObject, ICollection<T>, IEnumerable<T>, 
    IEnumerable
where T : IModelElement
generic<typename T>
where T : IModelElement
public ref class CollectionProperty : public ModelObject, 
    ICollectionProperty<T>, IModelProperty, IModelObject, ICollection<T>, IEnumerable<T>, 
    IEnumerable
type CollectionProperty<'T when 'T : IModelElement> =  
    class
        inherit ModelObject
        interface ICollectionProperty<'T>
        interface IModelProperty
        interface IModelObject
        interface ICollection<'T>
        interface IEnumerable<'T>
        interface IEnumerable
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The CollectionProperty<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method CollectionProperty< (Of < ( <'T> ) > ) > Initializes a new instance of the CollectionProperty<(Of <(<'T>)>)> class.

Top

Properties

  Name Description
Public property ChildNodes Gets {insert text here}. (Overrides ModelObject..::..ChildNodes.)
Public property Count Gets {insert text here}.
Public property IsNotPresent Gets {insert text here}.
Public property IsReadOnly Gets or sets {insert text here}.
Public property IsRequired Gets {insert text here}.
Public property Model Gets {insert text here}. (Inherited from ModelObject.)
Public property ParentNode Gets {insert text here}. (Inherited from ModelObject.)
Public property PropertyName Gets {insert text here}.

Top

Methods

  Name Description
Public method Add
Public method AddAnnotation (Inherited from ModelObject.)
Public method Clear
Public method Contains
Public method CopyTo
Public method CreateScript (Inherited from ModelObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAncestor< (Of < <' (T> ) > > ) (Inherited from ModelObject.)
Public method GetEnumerator
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove
Public method SetToNotPresent
Public method ToString (Inherited from Object.)
Public method TryGetAnnotation (Inherited from ModelObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable..::..GetEnumerator

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