CAction Class: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:cAction Class}} | {{DISPLAYTITLE:cAction Class}}{{InProgress}}{{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{Template: | |||
{{Template: | |||
<onlyinclude>Represents an action resource.</onlyinclude> | |||
== | ==Constructors== | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|cAction||Creates an instance of the cAction class. | |||
|- | |||
|[[cAction Constructors|cAction()]]||{{:CAction Constructors}} | |||
|} | |||
''' | ==Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|ActionTaken||Sets or gets the content in the Action Taken field. '''String'''. | |||
|- | |||
|ActualCost||Sets or gets the action's Actual Cost. '''Variant'''. | |||
|- | |||
|AppAndRevBy||Sets or gets the name of the action's Approver. '''String'''. | |||
|- | |||
|AppDate||Sets or gets the action's Approval Date of the resource. '''Variant'''. | |||
|- | |||
|AppUserID||Gets the numerical ID of the person who created the action. '''Long'''. | |||
|- | |||
|Category||Sets or gets the actions Category. '''String'''. | |||
|- | |||
|CompDate||Sets or gets the action's Completion Date. '''Variant'''. | |||
|- | |||
|DueDate||Sets or gets the action's Due Date. '''Variant'''. | |||
|- | |||
|Duration||Gets the Duration of the action. '''Long'''. | |||
|- | |||
|EstCost||Sets or gets the action's Estimated Cost. '''Variant'''. | |||
|- | |||
|ID||Gets the numerical ID of the action. '''Long'''. | |||
|- | |||
|Name||Sets or gets the action's name. '''String'''. | |||
|- | |||
|PersonResp||Sets or gets the name of the Person Responsible for the action. '''String'''. | |||
|- | |||
|PlanDueDate||Sets or gets the Planned Due Date of the action. '''Variant'''. | |||
|- | |||
|PlanStartDate||Sets or gets the Planned Start Date of the action. '''Variant'''. | |||
|- | |||
|Priority||Sets or gets the action's Priority level. '''String'''. | |||
|- | |||
|ProjectID||Gets the numerical ID of the project the action belongs to. '''Long'''. | |||
|- | |||
|RespUserID||Gets the numerical ID of the person responsible for the action (if the name is not associated with a user account, this value is 0). '''Long'''. | |||
|- | |||
|ShortDsc||Sets or gets the Short Description of the action. '''String'''. | |||
|- | |||
|StartDate||Sets or gets the Start Date of the action. '''Variant'''. | |||
|- | |||
|StatusFlag||Gets the in-use status flag of the project the action belongs to. '''Byte'''. | |||
|- | |||
|UDD1||Sets or gets the Action User Drop-Down 1. (Limited to 50 characters.) '''String'''. | |||
|- | |||
|UDD2||Sets or gets the Action User Drop-Down 2. (Limited to 50 characters.) '''String'''. | |||
|- | |||
|UDT1||Sets or gets the Action User Date 1. '''Variant'''. | |||
|- | |||
|UDT2||Sets or gets the Action User Date 2. '''Variant'''. | |||
|- | |||
|UN1||Sets or gets the Action User Number 1. '''Variant'''. | |||
|- | |||
|UN2||Sets or gets the Action User Number 2. '''Variant'''. | |||
|} | |||
'''Synthesis Identifiers''' | |||
{| {{APITable}} | |||
''' | |- | ||
| style="width: 200px;"|{{Template:API_TxtIdentifiers}} | |||
|} | |||
Revision as of 19:07, 10 August 2015
![]() |
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 |
|---|---|
| ActionTaken | Sets or gets the content in the Action Taken field. String. |
| ActualCost | Sets or gets the action's Actual Cost. Variant. |
| AppAndRevBy | Sets or gets the name of the action's Approver. String. |
| AppDate | Sets or gets the action's Approval Date of the resource. Variant. |
| AppUserID | Gets the numerical ID of the person who created the action. Long. |
| Category | Sets or gets the actions Category. String. |
| CompDate | Sets or gets the action's Completion Date. Variant. |
| DueDate | Sets or gets the action's Due Date. Variant. |
| Duration | Gets the Duration of the action. Long. |
| EstCost | Sets or gets the action's Estimated Cost. Variant. |
| ID | Gets the numerical ID of the action. Long. |
| Name | Sets or gets the action's name. String. |
| PersonResp | Sets or gets the name of the Person Responsible for the action. String. |
| PlanDueDate | Sets or gets the Planned Due Date of the action. Variant. |
| PlanStartDate | Sets or gets the Planned Start Date of the action. Variant. |
| Priority | Sets or gets the action's Priority level. String. |
| ProjectID | Gets the numerical ID of the project the action belongs to. Long. |
| RespUserID | Gets the numerical ID of the person responsible for the action (if the name is not associated with a user account, this value is 0). Long. |
| ShortDsc | Sets or gets the Short Description of the action. String. |
| StartDate | Sets or gets the Start Date of the action. Variant. |
| StatusFlag | Gets the in-use status flag of the project the action belongs to. Byte. |
| UDD1 | Sets or gets the Action User Drop-Down 1. (Limited to 50 characters.) String. |
| UDD2 | Sets or gets the Action User Drop-Down 2. (Limited to 50 characters.) String. |
| UDT1 | Sets or gets the Action User Date 1. Variant. |
| UDT2 | Sets or gets the Action User Date 2. Variant. |
| UN1 | Sets or gets the Action User Number 1. Variant. |
| UN2 | Sets or gets the Action User Number 2. Variant. |
Synthesis Identifiers
| Name | Description |
|---|---|
| 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 |
