ProjectPropertyValues members
Represents values that correspond to parameters that are used in PSWorkflowService methods.
The ProjectPropertyValues type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPropertyValues | Creates an instance of the ProjectPropertyValues class. |
Top
Properties
Name | Description | |
---|---|---|
CodeValue | Gets or sets the value of a code property. | |
DateTimeValue | Gets or sets the value of a DateTime property. | |
DurationValue | Gets or sets the value of a duration property. | |
FlagValue | Gets or sets the value of a flag property. | |
NumericValue | Gets or sets the value of a numeric property. | |
TextValue | Gets or sets the value of a text property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToCode | Sets the value that corresponds to the codePropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. | |
ToDateTime | Sets the value that corresponds to the dateTimePropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. | |
ToDuration | Sets the value that corresponds to the durationPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. | |
ToFlag | Sets the value that corresponds to the flagPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. | |
ToNumeric | Sets the value that corresponds to the numericPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. | |
ToString | (Inherited from Object.) | |
ToText | Sets the value that corresponds to the textPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters. |
Top