StageDetailPageCreationInformation members
Provides property settings and methods that are used to create a project detail page (PDP) for a workflow stage.
The StageDetailPageCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
StageDetailPageCreationInformation | Creates an instance of the StageDetailPageCreationInformation class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Description | Gets or sets the description of the stage PDP. |
![]() |
Id | Gets or sets the GUID of the PDP for the stage. |
![]() |
Position | Gets or sets the position of a PDP relative to the other PDPs that are displayed in the stage. |
![]() |
RequiresAttention | Gets or sets a value that indicates whether the stage PDP requires attention. |
![]() |
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