CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 162: Line 162:
|TestSpecNotes||'''String'''.
|TestSpecNotes||'''String'''.
|-
|-
|UDD1||Gets or sets the text from the first user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|UDD1||Gets or sets a user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|-
|-
|UDD2||Gets or sets the text from the second user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|UDD2||Gets or sets a second user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|-
|-
|UDT1||Gets or sets the value from the first user-defined date field. '''Date'''.
|UDT1||Gets or sets a user-defined date field. '''Date'''.
|-
|-
|UDT2||Gets or sets the value from the second user-defined date field. '''Date'''.
|UDT2||Gets or sets a second user-defined date field. '''Date'''.
|-
|-
|UN1||Gets or sets the value from the first user-defined number field. '''Double'''.
|UN1||Gets or sets a user-defined number field. '''Double'''.
|-
|-
|UN2||Gets or sets the value from the first user-defined number field. '''Double'''.
|UN2||Gets or sets a second user-defined number field. '''Double'''.
|}
|}

Revision as of 21:28, 31 August 2015

Template:InProgress

APIWiki.png


Member of: SynthesisAPI


Represents an action resource.

Constructors

Name Description
cAction Creates an instance of the cAction class.
cAction() A parameterized constructor for the cAction class. (.NET only)


Properties

Name Description
ActionDescription Gets or sets the action description. String.
ActionTaken Gets or sets the description of the action resolution. String.
ActionType Gets or sets a value from the ActionType enumeration, which specifies whether the action record is generic or detailed.
ActualCost Gets or sets the action's actual cost. Double.
ActualCostPctFacility Double.
ActualCostPctMaterial Double.
ActualCostPctPersonnel Double.
ActualCostPctPersonResponsible Double.
ActualDuration Double.
ActualManHrs Double.
ActualStartDate Date.
AdditionalCost Double.
arrNotificationGroupIDs() Integer.
arrNotificationUserIDs() Integer.
Category Gets or sets the action category. String.
CompletionDate Date.
CreatedByID Gets the numeric ID of the database user who created the action. Integer.
CreatedByNm Gets the display name of the database user who created the action. String.
CreatedDate Gets the date the action resource was created. Date.
FacilityID Gets or sets the numeric ID of the facility. Integer.
FacilityNm Gets or sets the name of the facility. String.
FacilityUsage Object.
FeasibleCost Double.
FeasibleDueDate Date.
FeasibleDuration Double.
FeasibleManHrs Double.
FeasibleStartDate Date.
ID Gets the numeric ID of the action. Integer.
IsCostUserDefined Indicates whether the actual costs/man hours was calculated automatically or user-defined. Boolean.
ItemApplication Gets or sets the item's application. (Synthesis identifier) String
ItemCategoryID Gets or sets the category ID. (Synthesis identifier) Integer
ItemComments Gets or sets the comments. (Synthesis identifier) String
ItemDescription Gets or sets the description. (Synthesis identifier) String
ItemKeywords Gets or sets the keywords. (Synthesis identifier) String
ItemPartNumber Gets or sets the part number. (Synthesis identifier) String
ItemSupplier Gets or sets the supplier name. (Synthesis identifier) String
ItemVersion Gets or sets the version number. (Synthesis identifier) String
LastUpdated Gets the date the action was last modified. Date.
LastUpdatedByID Gets the numeric ID of the database user who last modified the action. Integer.
LastUpdatedNm Gets the display name of the database user who last modified the action. String.
MaterialID Integer.
MaterialNm String.
Name Gets the action's name. String.
PercentCompleted Double.
PersonnelID Integer.
PersonnelNm String.
PersonnelUsage Object.
PersonRespID Integer.
PersonRespNm String.
PersonRespUsage Double.
PlanCost Double.
PlanCostPctFacility Double.
PlanCostPctMaterial Double.
PlanCostPctPersonnel Double.
PlanCostPctPersonResponsible Double.
PlanDueDate Gets or sets the planned due date of the action. Date.
PlanDuration Integer.
PlanManHrs Double.
PlanStartDate Gets or sets the planned start date of the action. Date.
Priority Gets or sets the action's priority level. String.
PriorityType Gets or sets a value from the PriorityType enumeration, which specifies the priority level of the action (e.g., low, medium, high, etc.)
ProjectID Gets the numeric ID of the project the action belongs to. Integer.
ReportAssumptions String.
ReportResults String.
ReportSummary String.
ReviewComments String.
ReviewDate Date.
ReviewerID Integer.
ReviewerNm String.
ReviewOutCome Gets or sets a value from the ReviewOutcomeEnum enumeration, which specifies the status of the action under review (e.g., approved, rejected and closed, etc.)
ReviewOutComeString Gets or sets the user-defined description of the action's review outcome. String.
ShowInTestPlan Indicates whether the action is eligible to be included in a test plan. Boolean.
TestCriteria String.
TestPlan String.
TestReq String.
TestReqNotes String.
TestSampleSize String.
TestSampleType String.
TestSpecMethod String.
TestSpecNotes String.
UDD1 Gets or sets a user-defined drop-down field. (Limited to 50 characters.) String.
UDD2 Gets or sets a second user-defined drop-down field. (Limited to 50 characters.) String.
UDT1 Gets or sets a user-defined date field. Date.
UDT2 Gets or sets a second user-defined date field. Date.
UN1 Gets or sets a user-defined number field. Double.
UN2 Gets or sets a second user-defined number field. Double.