次の方法で共有


AttributeGroup クラス

属性グループのデータ コントラクトを定義します。

継承階層

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.MdmDataContract<MemberTypeContextIdentifier>
      Microsoft.MasterDataServices.Services.DataContracts.AttributeGroup

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataContractAttribute(Name := "AttributeGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public NotInheritable Class AttributeGroup _
    Inherits MdmDataContract(Of MemberTypeContextIdentifier)
'使用
Dim instance As AttributeGroup
[DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class AttributeGroup : MdmDataContract<MemberTypeContextIdentifier>
[DataContractAttribute(Name = L"AttributeGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AttributeGroup sealed : public MdmDataContract<MemberTypeContextIdentifier^>
[<SealedAttribute>]
[<DataContractAttribute(Name = "AttributeGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeGroup =  
    class 
        inherit MdmDataContract<MemberTypeContextIdentifier>
    end
public final class AttributeGroup extends MdmDataContract<MemberTypeContextIdentifier>

AttributeGroup 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド AttributeGroup AttributeGroup クラスの新しいインスタンスを初期化します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Attributes 属性グループに含まれている属性の一覧を取得または設定します。
パブリック プロパティ AuditInfo 監査情報を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ FullName 完全修飾名を取得または設定します。
パブリック プロパティ Identifier 識別子を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ IsNameCodeFrozen Name と Code の属性をスクロール中に固定表示するかどうかを示す値を取得または設定します。
パブリック プロパティ IsSystem 属性グループがシステム グループかどうかを示す値を取得または設定します。
パブリック プロパティ Permission 権限を取得または設定します。 (MdmDataContract<TIdType> から継承されています。)
パブリック プロパティ SortOrder エンティティおよびメンバーの種類が同じである他の属性グループと共に並べ替える場合の、この属性グループの並べ替え順序を取得または設定します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices.Services.DataContracts 名前空間