Collection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Collections are deprecated.
A collection member that is a parent of another master data member.
public ref class Collection : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Obsolete("Collections are deprecated.")]
[System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Collection : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Obsolete("Collections are deprecated.")>]
[<System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Collection = class
inherit DataContractBase
Public Class Collection
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
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.
Constructors
Collection() |
Initializes a new instance of the Collection class. |
Properties
AuditInfo |
Specifies the audit information of the member |
CollectionId |
Specifies the identifier that identifies the parent collection for the member |
IsSoftDeleted |
Specifies the status of the member |
Remove |
Specifies a flag that indicates whether this collection member should be removed upon update |
SortOrder |
Specifies the sort order of this collection member |
Weight |
Specifies the weight of this collection member |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |