CustomField members

Contains the properties and methods that are used to create an enterprise custom field.

The CustomField type exposes the following members.

Constructors

  Name Description
Public method CustomField Creates an instance of the CustomField class.

Top

Properties

  Name Description
Public property AppAlternateId Gets the alternate custom field GUID that is specified in an App package for Project Online.
Public property Context (Inherited from ClientObject.)
Public property Description Gets or sets the description of the custom field.
Public property EntityType Gets the type of entity (project, task, or resource) for the custom field.
Public property FieldType Gets the type of the custom field.
Public property Formula Gets or sets the formula that calculates the value of a custom field.
Public property Id Gets the GUID of the custom field.
Public property InternalName Gets the internal name of the custom field. Reserved for internal use.
Public property IsEditableInVisibility Gets or sets a value that indicates whether the value is editable in project site visibility mode.
Public property IsMultilineText Gets or sets a value that indicates whether a text custom field can contain multiple lines.
Public property IsRequired Gets or sets a value that indicates whether a value for the custom field is required when the entity (project, resource, or task) is created.
Public property IsWorkflowControlled Gets or sets a value that indicates whether the custom field value is controlled by a workflow.
Public property LookupAllowMultiSelect Gets a value that indicates whether multiple lookup table values can be set for the custom field.
Public property LookupDefaultValue Gets or sets the GUID of the default value in a lookup table for a custom field.
Public property LookupEntries Gets a collection of valid lookup table entries for this field.
Public property LookupTable Gets or sets the LookupTable object for a text custom field.
Public property Name Gets or sets the name of the custom field.
Protected property ObjectData (Inherited from ClientObject.)
Public property ObjectVersion (Inherited from ClientObject.)
Public property Path (Inherited from ClientObject.)
Public property RollsDownToAssignments Gets or sets a value that indicates whether a custom field is set to automatically become a part of the list of available fields for the Assignment cube dimension.
Public property RollupType Gets or sets the way that the custom field rolls up to summary tasks.
Public property ServerObjectIsNull (Inherited from ClientObject.)
Public property Tag (Inherited from ClientObject.)
Public property TypedObject (Inherited from ClientObject.)

Top

Methods

  Name Description
Protected method CheckUninitializedProperty (Inherited from ClientObject.)
Public method CustomFromJson (Inherited from ClientObject.)
Public method DeleteObject Deletes the CustomField object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FromJson (Inherited from ClientObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method InitNonPropertyFieldFromJson (Inherited from ClientObject.)
Protected method InitOnePropertyFromJson Reserved for internal use. (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).)
Public method IsObjectPropertyInstantiated (Inherited from ClientObject.)
Public method IsPropertyAvailable (Inherited from ClientObject.)
Protected method LoadExpandoFields (Inherited from ClientObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method RefreshLoad (Inherited from ClientObject.)
Protected method RemoveFromParentCollection (Inherited from ClientObject.)
Public method Retrieve() (Inherited from ClientObject.)
Public method Retrieve([]) (Inherited from ClientObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateClientObjectPropertyType (Inherited from ClientObject.)

Top

See also

Reference

CustomField class

Microsoft.ProjectServer.Client namespace