Collection クラス

定義

注意事項

Collections are deprecated.

他のマスターデータメンバーの親であるコレクションメンバー。

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
継承
属性

注釈

Collection複合体型は、他のマスターデータメンバーの親であるコレクションメンバーを指定し、メンバー複合体型が使われる場合に使用されます。

コンストラクター

名前 説明
Collection()
古い.

Collection クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
AuditInfo
古い.

会員の監査情報を指定します

CollectionId
古い.

メンバーの親コレクションを識別する識別子を指定します

IsSoftDeleted
古い.

メンバーのステータスを指定します

Remove
古い.

このコレクションメンバーを更新時に削除すべきかどうかを示すフラグを指定します

SortOrder
古い.

このコレクションメンバーのソート順序を指定します

Weight
古い.

このコレクションメンバーの重みを指定します

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)
古い.

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)
古い.

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象