EntityProperty Class

 

Updated: March 25, 2013

Represents the entity property.

Namespace:   Microsoft.Activities.Design.Services
Assembly:  Microsoft.Activities.Design.Services (in Microsoft.Activities.Design.Services.dll)

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

[SerializableAttribute]
public sealed class EntityProperty

NameDescription
System_CAPS_pubmethodEntityProperty()

Initializes a new instance of the EntityProperty class.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the name for this property.

System_CAPS_pubpropertyIsRequired

Gets a value indicating whether this entity property is required.

System_CAPS_pubpropertyPath

Gets or sets the path to the specified property.

System_CAPS_pubpropertyValueType

Gets or sets the data type of the entity property.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: