Collection Class

Definition

Represents a collection of data contracts.

public ref class Collection : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Collection", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Collection : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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

Constructors

Collection()

Initializes a new instance of the Collection class.

Properties

CollectionId

Gets or sets the collection identifier.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Remove

Gets or sets a value that indicates whether the collection is to be removed.

SortOrder

Gets or sets an integer that indicates the sort order of members in the collection.

Weight

Gets or sets a Decimal that specifies the weight of the collection.

Applies to