言語

EntityMemberType クラス

定義

MDSにおけるエンティティの構造。

public ref class EntityMemberType sealed : Microsoft::MasterDataServices::Services::DataContracts::MetadataDataContract<Microsoft::MasterDataServices::Services::DataContracts::Identifier ^>
[System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class EntityMemberType : Microsoft.MasterDataServices.Services.DataContracts.MetadataDataContract<Microsoft.MasterDataServices.Services.DataContracts.Identifier>
[<System.Runtime.Serialization.DataContract(Name="EntityMemberType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberType = class
    inherit MetadataDataContract<Identifier>
Public NotInheritable Class EntityMemberType
Inherits MetadataDataContract(Of Identifier)
継承
属性

注釈

EntityMemberType複合体型は、MDS内のエンティティの構造、属性や属性グループを指定します。

コンストラクター

名前 説明
EntityMemberType()

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

プロパティ

名前 説明
AccessPermission

アクセス権限を指定します。

(継承元 MetadataDataContract<TIdType>)
AttributeGroups

属性群のリストを指定します。

Attributes

属性のリストを指定します。

AuditInfo

AuditInfoを指定します。

(継承元 MetadataDataContract<TIdType>)
EntityId

EntityId を指定します

Identifier

識別子を指定します。

(継承元 MetadataDataContract<TIdType>)
Permission

許可を指定します。

(継承元 MetadataDataContract<TIdType>)
Type

タイプのリストを指定します。

メソッド

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

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

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

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

(継承元 DataContractBase)

適用対象

こちらもご覧ください