StageCustomFieldCreationInformation members
Provides property settings and methods that are used to add a custom field to project stage information.
The StageCustomFieldCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StageCustomFieldCreationInformation | Creates an instance of the StageCustomFieldCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets or sets the GUID for the custom field. | |
ReadOnly | Gets or sets a value that indicates whether the custom field is read-only in the stage. | |
Required | Gets or sets a value that indicates whether the custom field is required in the stage. | |
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