CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|CAction Class|CAction}}  
{{DISPLAYTITLE:cAction Class}}{{Template:API}}{{Template:APIBreadcrumb}}


Synthesis applications allow you to create and track actions to ensure that appropriate progress is being made. Actions are resources that are available for use throughout the project.
=== Constructors ===


*'''[[New cAction]]''' {{APIComment|Creates a new instance of the resource.}}
<onlyinclude>Represents an action resource.</onlyinclude>


=== Properties  ===
==Constructors==
*'''[[cAction.Name|Name]]''' {{APIComment|Sets or returns the name of the model }}
{| {{APITable}}
*'''[[cAction.ID|ID]]''' {{APIComment|Returns the ID of the model .}}
|-
*'''[[cAction.ProjectID|ProjectID]]''' {{APIComment|Returns the ID of the project the resource belongs to.}}
| style="width: 220px;"|cAction||Creates an instance of the cAction class.
*'''[[cAction.UDT1|UDT1]]''' {{APIComment|Sets or returns UDT1 as an object. }}
|-
*'''[[cAction.UDT2|UDT2]]''' {{APIComment|Sets or returns UDT2 as an object. }}
|[[cAction Constructors|cAction()]]||{{:CAction Constructors}}
*'''[[cAction.UN1|UN1]]''' {{APIComment|Sets or returns UN1 as an object.}}
|}
*'''[[cAction.UN2|UN2]]''' {{APIComment|Sets or returns UN1 as an object. }}
 
*'''[[cAction.UDD1|UDD1]]''' {{APIComment|Sets or returns the UDD1 of the resource }}
 
*'''[[cAction.UDD2|UDD2]]''' {{APIComment|Sets or returns the UDD2 of the resource }}
==Properties ==
*'''[[cAction.AppUserID|AppUserID]]''' {{APIComment|Returns the AppUserID of the model .}}
{| {{APITable}}
*'''[[cAction.RespUserID|RespUserID]]''' {{APIComment|Returns the RespUserID of the model .}}
|-
*'''[[cAction.DueDate|DueDate]]''' {{APIComment|Sets or returns the Due Date of the resource }}
| style="width: 220px;"|ActionDescription||Gets or sets the action description. '''String'''.
*'''[[cAction.ActionTaken|ActionTaken]]''' {{APIComment|Sets or returns the action taken of the resource }}
|-
*'''[[cAction.CompDate|CompDate]]''' {{APIComment|Sets or returns the Completion Date of the resource }}
|ActionTaken||Gets or sets the description of the action resolution. '''String'''.
*'''[[cAction.AppDate|AppDate]]''' {{APIComment|Sets or returns the Approval Date of the resource }}
|-
*'''[[cAction.EstCost|EstCost]]''' {{APIComment|Sets or returns the Estimated Cost of the resource }}
|ActionType||Gets or sets a value from the '''[[ActionTypeEnum Enumeration|ActionType]]''' enumeration, which specifies whether the action record is generic or detailed. Default value = 1 (generic record).
*'''[[cAction.ActualCost|ActualCost]]''' {{APIComment|Sets or returns the Actual Cost of the resource }}
|-
*'''[[cAction.Category|Category]]''' {{APIComment|Sets or returns the Action Category of the resource }}
|ActualCost||Gets or sets the cost to perform the action. '''Double'''.
*'''[[cAction.Priority|Priority]]''' {{APIComment|Sets or returns the Action Priority of the resource }}
|-
*'''[[cAction.PersonResp|PersonResp]]''' {{APIComment|Sets or returns the Person Responsible of the resource }}
|ActualCostPctFacility||Gets or sets the percentage of the actual cost allocated to facility costs. '''Double'''.
*'''[[cAction.AppAndRevBy|AppAndRevBy]]''' {{APIComment|Sets or returns the Approver of the resource }}
|-
*'''[[cAction.StartDate|StartDate]]''' {{APIComment|Sets or returns the Start Date of the resource }}
|ActualCostPctMaterial||Gets or sets the percentage of the actual cost allocated to material costs. '''Double'''.
*'''[[cAction.Duration|Duration]]''' {{APIComment|Returns the Duration of the model .}}
|-
*'''[[cAction.PlanStartDate|PlanStartDate]]''' {{APIComment|Sets or returns the planned start date of the resource }}
|ActualCostPctPersonnel||Gets or sets the percentage of the actual cost allocated to personnel costs. '''Double'''.
*'''[[cAction.PlanDueDate|PlanDueDate]]''' {{APIComment|Sets or returns the Planned Due Date of the resource }}
|-
*'''[[cAction.ShortDsc|ShortDsc]]''' {{APIComment|Sets or returns the Short Description of the resource }}
|ActualCostPctPersonResponsible||Gets or sets the percentage of the actual cost allocated to the database user responsible for the action. '''Double'''.
|-
|ActualDuration||Gets or sets the number of working days from the action's actual start date to its actual completion date. '''Double'''.
|-
|ActualManHrs||Gets or sets the number of billable hours from the action's actual start date to its actual completion date. '''Double'''.
|-
|ActualStartDate||Gets or sets the date the action actually started. '''Date'''.
|-
|AdditionalCost||Gets or sets any other additional costs to perform the action. '''Double'''.
|-
|Category||Gets or sets the action category. '''String'''.
|-
|CompletionDate||Gets or sets the date the action was actually completed. '''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 associated with the action and the project plan. '''Integer'''.
|-
|FacilityNm||Gets or sets the name of the facility associated with the action and the project plan. '''String'''.
|-
|FacilityUsage||Gets or sets the facility's utilization rate. '''Object'''.
|-
|FeasibleCost||Gets or sets the estimated cost to date, based on how long the action has been in progress. '''Double'''.
|-
|FeasibleDueDate||Gets or sets the expected due date of the action, based on the feasible start date and planned duration. '''Date'''.
|-
|FeasibleDuration||Gets or sets the number of working days from the action's feasible start date to its feasible completion date. '''Double'''.
|-
|FeasibleManHrs||Gets or sets the estimated man hours to date, based on how long the action has been in progress. '''Double'''.
|-
|FeasibleStartDate||Gets or sets the expected start date of the action, taking into account any delays recorded in the project plan. '''Date'''.
|-
|ID||Gets the numeric ID of the action. '''Integer'''.
|-
|IsCostUserDefined||Indicates whether the actual cost/man hours is calculated automatically or user-defined. '''Boolean'''. Default value = False.
|-
|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||Gets or sets the numeric ID of the material associated with the action and the project plan. '''Integer'''.
|-
|MaterialNm||Gets or sets the name of the material associated with the action and the project plan. '''String'''.
|-
|Name||Gets or sets the action's name. '''String'''.
|-
|PercentCompleted||Gets the progress of the action. '''Double'''.
|-
|PersonnelID||Gets or sets the numeric ID of the team associated with the action and the project plan. '''Integer'''.
|-
|PersonnelNm||Gets or sets the name of the team associated with the action and the project plan.'''String'''.
|-
|PersonnelUsage||Gets or sets the team's utilization rate. '''Object'''.
|-
|PersonRespID||Gets or sets the numeric ID of the database user responsible for the action. '''Integer'''.
|-
|PersonRespNm||Gets or sets the name of the database user responsible for the action.'''String'''.
|-
|PersonRespUsage||Gets or sets the utilization rate of the database user responsible for the action.'''Double'''.
|-
|PlanCost||Gets or set the planned cost to perform the action. '''Double'''.
|-
|PlanCostPctFacility||Gets or sets the percentage of the planned cost allocated to facility costs. '''Double'''.
|-
|PlanCostPctMaterial||Gets or sets the percentage of the planned cost allocated to material costs. '''Double'''.
|-
|PlanCostPctPersonnel||Gets or sets the percentage of the planned cost allocated to personnel costs. '''Double'''.
|-
|PlanCostPctPersonResponsible||Gets or sets the percentage of the planned cost allocated to the database user responsible for the the action. '''Double'''.
|-
|PlanDueDate||Gets or sets the planned due date of the action. '''Date'''.
|-
|PlanDuration||Gets or sets the number of working days from the action's planned start date to its planned completion date. '''Integer'''.
|-
|PlanManHrs||Gets or sets the planned number of billable hours, based on the planned duration and utilization rate for assigned personnel. '''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 '''[[PriorityTypeEnum Enumeration|PriorityType]]''' enumeration, which specifies the priority level of the action. Default value = 2 (medium priority).
|-
|ProjectID||Gets the numeric ID of the project the action belongs to. '''Integer'''.
|-
|ReportAssumptions||Gets or sets the description of the assumptions of the test plan, if the action is part of a test plan. '''String'''.
|-
|ReportResults||Gets or sets the description of the results of the test plan, if the action is part of a test plan. '''String'''.
|-
|ReportSummary||Gets or sets the summary report of the test plan, if the action is part of a test plan. '''String'''.
|-
|ReviewComments||Gets or sets comments or other descriptions relevant to the action.'''String'''.
|-
|ReviewDate||Gets or sets the date the action is scheduled for review. '''Date'''.
|-
|ReviewerID||Gets or sets the numeric ID of the database user assigned to review the action. '''Integer'''.
|-
|ReviewerNm||Gets or sets the name of the database user assigned to review the action. '''String'''.
|-
|ReviewOutCome||Gets or sets a value from the '''[[ReviewOutcomeEnum Enumeration|ReviewOutcomeEnum]]''' enumeration, which specifies the status of the action under review. Default value = 0 (review not required).
|-
|ReviewOutComeString||Gets or sets the description of the action's review outcome. '''String'''.
|-
|ShowInTestPlan||Indicates whether the action is eligible to be included in a test plan. '''Boolean'''. Default value = False.
|-
|TestCriteria||Gets or sets the description of the the test criteria, if the action is part of a test plan. '''String'''.
|-
|TestPlan||Gets or sets the description of the test plan or procedure, if the action is part of a test plan. '''String'''.
|-
|TestReq||Gets or sets the description of the requirements for the test plan, if the action is part of a test plan. '''String'''.
|-
|TestReqNotes||Gets or sets notes or remarks about the requirements of the test plan, if the action is part of a test plan. '''String'''.
|-
|TestSampleSize||Gets or sets the description of the sample size, if the action is part of a test plan. '''String'''.
|-
|TestSampleType||Gets or sets the description of the type of samples available, if the action is part of a test plan. '''String'''.
|-
|TestSpecMethod||Gets or sets the description of the specifications or methodology of the test plan, if the action is part of a test plan. '''String'''.
|-
|TestSpecNotes||Gets or sets notes or remarks about the specifications of the test plan, if the action is part of a test plan. '''String'''.
|-
|UDD1||Gets or sets the text in the first user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|-
|UDD2||Gets or sets the text in the second user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|-
|UDT1||Gets or sets the date in the first user-defined date field. '''Date'''.
|-
|UDT2||Gets or sets the date in the second user-defined date field. '''Date'''.
|-
|UN1||Gets or sets the value in the first user-defined number field. '''Double'''.
|-
|UN2||Gets or sets the value in the second user-defined number field. '''Double'''.
|-
|UT1||Gets or sets the text in the first user-defined text field. '''String'''.
|-
|UT2||Gets or sets the text in the second user-defined text field. '''String'''.
|-
|UT3||Gets or sets the text in the third user-defined text field. '''String'''.
|-
|UT4||Gets or sets the text in the fourth user-defined text field. '''String'''.
|-
|UT5||Gets or sets the text in the fifth user-defined text field. '''String'''.
|}
 
 
 
 
 
==See Also==
*[[Repository.Action.AddAction|Repository.Action.AddAction Method]]
*[[Repository.Action.GetAction|Repository.Action.GetAction Method]]
*[[Repository.Action.GetAllActions|Repository.Action.GetAllActions Method]]
*[[Repository.Action.GetAllActionsDictionary|Repository.Action.GetAllActionsDictionary Method]]
*[[Repository.Action.UpdateAction|Repository.Action.UpdateAction Method]]

Latest revision as of 20:13, 29 April 2016

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. Default value = 1 (generic record).
ActualCost Gets or sets the cost to perform the action. Double.
ActualCostPctFacility Gets or sets the percentage of the actual cost allocated to facility costs. Double.
ActualCostPctMaterial Gets or sets the percentage of the actual cost allocated to material costs. Double.
ActualCostPctPersonnel Gets or sets the percentage of the actual cost allocated to personnel costs. Double.
ActualCostPctPersonResponsible Gets or sets the percentage of the actual cost allocated to the database user responsible for the action. Double.
ActualDuration Gets or sets the number of working days from the action's actual start date to its actual completion date. Double.
ActualManHrs Gets or sets the number of billable hours from the action's actual start date to its actual completion date. Double.
ActualStartDate Gets or sets the date the action actually started. Date.
AdditionalCost Gets or sets any other additional costs to perform the action. Double.
Category Gets or sets the action category. String.
CompletionDate Gets or sets the date the action was actually completed. 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 associated with the action and the project plan. Integer.
FacilityNm Gets or sets the name of the facility associated with the action and the project plan. String.
FacilityUsage Gets or sets the facility's utilization rate. Object.
FeasibleCost Gets or sets the estimated cost to date, based on how long the action has been in progress. Double.
FeasibleDueDate Gets or sets the expected due date of the action, based on the feasible start date and planned duration. Date.
FeasibleDuration Gets or sets the number of working days from the action's feasible start date to its feasible completion date. Double.
FeasibleManHrs Gets or sets the estimated man hours to date, based on how long the action has been in progress. Double.
FeasibleStartDate Gets or sets the expected start date of the action, taking into account any delays recorded in the project plan. Date.
ID Gets the numeric ID of the action. Integer.
IsCostUserDefined Indicates whether the actual cost/man hours is calculated automatically or user-defined. Boolean. Default value = False.
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 Gets or sets the numeric ID of the material associated with the action and the project plan. Integer.
MaterialNm Gets or sets the name of the material associated with the action and the project plan. String.
Name Gets or sets the action's name. String.
PercentCompleted Gets the progress of the action. Double.
PersonnelID Gets or sets the numeric ID of the team associated with the action and the project plan. Integer.
PersonnelNm Gets or sets the name of the team associated with the action and the project plan.String.
PersonnelUsage Gets or sets the team's utilization rate. Object.
PersonRespID Gets or sets the numeric ID of the database user responsible for the action. Integer.
PersonRespNm Gets or sets the name of the database user responsible for the action.String.
PersonRespUsage Gets or sets the utilization rate of the database user responsible for the action.Double.
PlanCost Gets or set the planned cost to perform the action. Double.
PlanCostPctFacility Gets or sets the percentage of the planned cost allocated to facility costs. Double.
PlanCostPctMaterial Gets or sets the percentage of the planned cost allocated to material costs. Double.
PlanCostPctPersonnel Gets or sets the percentage of the planned cost allocated to personnel costs. Double.
PlanCostPctPersonResponsible Gets or sets the percentage of the planned cost allocated to the database user responsible for the the action. Double.
PlanDueDate Gets or sets the planned due date of the action. Date.
PlanDuration Gets or sets the number of working days from the action's planned start date to its planned completion date. Integer.
PlanManHrs Gets or sets the planned number of billable hours, based on the planned duration and utilization rate for assigned personnel. 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. Default value = 2 (medium priority).
ProjectID Gets the numeric ID of the project the action belongs to. Integer.
ReportAssumptions Gets or sets the description of the assumptions of the test plan, if the action is part of a test plan. String.
ReportResults Gets or sets the description of the results of the test plan, if the action is part of a test plan. String.
ReportSummary Gets or sets the summary report of the test plan, if the action is part of a test plan. String.
ReviewComments Gets or sets comments or other descriptions relevant to the action.String.
ReviewDate Gets or sets the date the action is scheduled for review. Date.
ReviewerID Gets or sets the numeric ID of the database user assigned to review the action. Integer.
ReviewerNm Gets or sets the name of the database user assigned to review the action. String.
ReviewOutCome Gets or sets a value from the ReviewOutcomeEnum enumeration, which specifies the status of the action under review. Default value = 0 (review not required).
ReviewOutComeString Gets or sets the description of the action's review outcome. String.
ShowInTestPlan Indicates whether the action is eligible to be included in a test plan. Boolean. Default value = False.
TestCriteria Gets or sets the description of the the test criteria, if the action is part of a test plan. String.
TestPlan Gets or sets the description of the test plan or procedure, if the action is part of a test plan. String.
TestReq Gets or sets the description of the requirements for the test plan, if the action is part of a test plan. String.
TestReqNotes Gets or sets notes or remarks about the requirements of the test plan, if the action is part of a test plan. String.
TestSampleSize Gets or sets the description of the sample size, if the action is part of a test plan. String.
TestSampleType Gets or sets the description of the type of samples available, if the action is part of a test plan. String.
TestSpecMethod Gets or sets the description of the specifications or methodology of the test plan, if the action is part of a test plan. String.
TestSpecNotes Gets or sets notes or remarks about the specifications of the test plan, if the action is part of a test plan. String.
UDD1 Gets or sets the text in the first user-defined drop-down field. (Limited to 50 characters.) String.
UDD2 Gets or sets the text in the second user-defined drop-down field. (Limited to 50 characters.) String.
UDT1 Gets or sets the date in the first user-defined date field. Date.
UDT2 Gets or sets the date in the second user-defined date field. Date.
UN1 Gets or sets the value in the first user-defined number field. Double.
UN2 Gets or sets the value in the second user-defined number field. Double.
UT1 Gets or sets the text in the first user-defined text field. String.
UT2 Gets or sets the text in the second user-defined text field. String.
UT3 Gets or sets the text in the third user-defined text field. String.
UT4 Gets or sets the text in the fourth user-defined text field. String.
UT5 Gets or sets the text in the fifth user-defined text field. String.



See Also