属性グループのデータ コントラクトを定義します。
継承階層
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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)