EntityProperty クラス

 

更新日: 2013年3月

エンティティ プロパティを表します。

名前空間:   Microsoft.Activities.Design.Services
アセンブリ:  Microsoft.Activities.Design.Services (Microsoft.Activities.Design.Services.dll 内)

継承階層

System.Object
  Microsoft.Activities.Design.Services.EntityProperty

構文

[SerializableAttribute]
public sealed class EntityProperty
[SerializableAttribute]
public ref class EntityProperty sealed 
[<Sealed>]
[<SerializableAttribute>]
type EntityProperty = class end
<SerializableAttribute>
Public NotInheritable Class EntityProperty

コンストラクター

名前 説明
System_CAPS_pubmethod EntityProperty()

新しいインスタンスを初期化、 EntityProperty クラスです。

プロパティ

名前 説明
System_CAPS_pubproperty DisplayName

このプロパティの名前を取得または設定します。

System_CAPS_pubproperty IsRequired

このエンティティのプロパティが必須かどうかを示す値を取得します。

System_CAPS_pubproperty Path

指定されたプロパティへのパスを取得または設定します。

System_CAPS_pubproperty ValueType

エンティティのプロパティのデータ型を取得または設定します。

メソッド

名前 説明
System_CAPS_pubmethod Equals(Object)

(Object から継承されました。)

System_CAPS_pubmethod GetHashCode()

(Object から継承されました。)

System_CAPS_pubmethod GetType()

(Object から継承されました。)

System_CAPS_pubmethod ToString()

(Object から継承されました。)

スレッド セーフ

すべてのパブリック構造体 (Shared Visual Basic では) メンバーは、スレッド セーフです。 Aインスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

Microsoft.Activities.Design.Services 名前空間

トップに戻る