Collection Class
A collection member that is a parent of another master data member.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::Collection
| Name | Description | |
|---|---|---|
![]() | Collection() | Initializes a new instance of the Collection class. |
| Name | Description | |
|---|---|---|
![]() | AuditInfo | Gets or sets the audit information of the collection. |
![]() | CollectionId | Gets or sets the identifier that identifies the parent collection for the member. |
![]() | IsSoftDeleted | Gets or sets a value that indicates whether the collection has been marked for deletion. |
![]() | Remove | Gets or sets a flag that indicates whether this collection member should be removed upon update. |
![]() | SortOrder | Gets or sets the sort order of this collection member. |
![]() | Weight | Get or sets the weight of this collection member. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The Collection complex type specifies a collection member that is a parent of another master data member and is used where the Member complex type is used.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


