WorkflowDesignerField members
Represents a field that is created in a workflow designer.
The WorkflowDesignerField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowDesignerField | Creates an instance of the WorkflowDesignerField class. |
Top
Properties
Name | Description | |
---|---|---|
Context | (Inherited from ClientObject.) | |
DisplayName | Gets the workflow designer field display name | |
Id | Gets the GUID of the workflow designer field. | |
IsLookupField | Gets a value that indicates whether the field uses a lookup table. | |
IsReadOnly | Gets a value that indicates whether the field is read-only. | |
LookupEntries | Gets a collection of valid lookup table entries for the field. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
SPFieldType | Gets the SPFieldType equivalent to the type of the Project Server field. | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top