CustomFieldCreationInformation members
Provides information that is used in the creation of a custom field.
The CustomFieldCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CustomFieldCreationInformation | Creates an instance of the CustomFieldCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets or sets the description of the custom field. |
![]() |
EntityType | Gets or sets the type of entity (project, task, or resource) for the custom field. |
![]() |
FieldType | Gets or sets the type of the custom field. |
![]() |
Formula | Gets or sets the formula that calculates the value of a custom field. |
![]() |
Id | Gets or sets the GUID of the custom field. |
![]() |
IsEditableInVisibility | Gets or sets a Boolean value that indicates whether the custom field value can be edited in project site Visibility mode. |
![]() |
IsMultilineText | Gets or sets a Boolean value that indicates whether a text custom field can contain multiple lines. |
![]() |
IsRequired | Gets or sets a Boolean value that indicates whether a value for the custom field is required when the entity (project, resource, or task) is created. |
![]() |
IsWorkflowControlled | Gets or sets a Boolean value that indicates whether the custom field value is controlled by a workflow. |
![]() |
LookupAllowMultiSelect | Gets or sets a Boolean value that indicate whether multiple lookup table values can be set for this custom field |
![]() |
LookupDefaultValue | Gets or sets the GUID of the default lookup table value. |
![]() |
LookupTable | Gets or sets the LookupTable object for a text custom field. |
![]() |
Name | Gets or sets the name of the custom field. |
![]() |
TypeId | (Inherited from ClientValueObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | (Inherited from ClientValueObject.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
FromJson | (Inherited from ClientValueObject.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitOnePropertyFromJson | Reserved for internal use. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | Reserved for internal use. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top