CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:cAction Class}}
{{DISPLAYTITLE:cAction Class}}{{InProgress}}{{Template:API}}{{Template:APIBreadcrumbClass}}
{{Template:APIClass|Resource Classes|Resource Classes}}  
{{Template:CAction Class.Cmt}}


{{Template:ResourceLinkToRepositoryClass.Cmt}}
== Constructors ==


*cAction {{APIComment|Creates a new action resource.}}
<onlyinclude>Represents an action resource.</onlyinclude>


== Properties  ==
==Constructors==
'''Action'''
{| {{APITable}}
*Name (as ''string'') {{APIComment|Sets or gets the action's Name.}}
|-
*ID (as ''integer'') {{APIComment|Gets the numerical ID of the action.}}
| style="width: 200px;"|cAction||Creates an instance of the cAction class.
*ShortDsc (as ''string'') {{APIComment|Sets or gets the Short Description of the action.}}
|-
*PersonResp (as ''string'') {{APIComment|Sets or gets the name of the Person Responsible for the action.}}
|[[cAction Constructors|cAction()]]||{{:CAction Constructors}}
*RespUserID (as ''integer'') {{APIComment|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).}}
|}
*ActionTaken (as ''string'') {{APIComment|Sets or gets the content in the Action Taken field.}}
*EstCost (as ''object'') {{APIComment|Sets or gets the action's Estimated Cost. Gets object of the System.Double type.}}
*ActualCost (as ''object'') {{APIComment|Sets or gets the action's Actual Cost. Gets object of the System.Double type.}}
*Category (as ''string'') {{APIComment|Sets or gets the actions Category.}}
*Priority (as ''string'') {{APIComment|Sets or gets the action's Priority level.}}
*AppUserID (as ''integer'') {{APIComment|Gets the numerical ID of the person who created the action.}}
*ProjectID (as ''integer'') {{APIComment|Gets the numerical ID of the project the action belongs to.}}
*StatusFlag (as ''byte'') {{APIComment|Gets the in-use status flag of the project the action belongs to.}}


'''Timeline'''
*PlanStartDate (as ''object'') {{APIComment|Sets or gets the Planned Start Date of the action. Gets object of the System.Date type.}}
*PlanDueDate (as ''object'') {{APIComment|Sets or gets the Planned Due Date of the action. Gets object of the System.Date type.}}
*StartDate (as ''object'') {{APIComment|Sets or gets the Start Date of the action. Gets object of the System.Date type.}}
*Duration (as ''integer'') {{APIComment|Gets the Duration of the action.}}
*DueDate (as ''object'') {{APIComment|Sets or gets the action's Due Date. Gets object of the System.Date type.}}
*CompDate (as ''object'') {{APIComment|Sets or gets the action's Completion Date. Gets object of the System.Date type.}}


'''Approval'''
==Properties ==
*AppAndRevBy (as ''string'') {{APIComment|Sets or gets the name of the action's Approver.}}
{| {{APITable}}
*AppDate (as ''object'') {{APIComment|Sets or gets the action's Approval Date of the resource. Gets object of the System.Date type.}}
|-
| 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'''.
|}


'''User-Defined'''
*UDT1 (as ''object'') {{APIComment|Sets or gets the Action User Date 1. Gets object of the System.Date type.}}
*UDT2 (as ''object'') {{APIComment|Sets or gets the Action User Date 2. Gets object of the System.Date type.}}
*UN1 (as ''object'') {{APIComment|Sets or gets the Action User Number 1. Gets object of the System.Double type.}}
*UN2 (as ''object'') {{APIComment|Sets or gets the Action User Number 2. Gets object of the System.Double type.}}
*UDD1 (as ''string'') {{APIComment|Sets or gets the Action User Drop-Down 1. (Limited to 50 characters.)}}
*UDD2 (as ''string'') {{APIComment|Sets or gets the Action User Drop-Down 2. (Limited to 50 characters.)}}


== Methods ==
'''Synthesis Identifiers'''
 
{| {{APITable}}
'''Set/Return Item Properties'''
|-
*[[cAction.ItemCategoryID|ItemCategoryID(Integer)]] {{APIComment|{{Template:ItemCategoryID.Cmt}}}}
| style="width: 200px;"|{{Template:API_TxtIdentifiers}}
*[[cAction.ItemPartNumber|ItemPartNumber(String)]] {{APIComment|{{Template:ItemPartNumber.Cmt}}}}
|}
*[[cAction.ItemVersion|ItemVersion(String)]] {{APIComment|{{Template:ItemVersion.Cmt}}}}
*[[cAction.ItemSupplier|ItemSupplier(String)]] {{APIComment|{{Template:ItemSupplier.Cmt}}}}
*[[cAction.ItemApplication|ItemApplication(String)]] {{APIComment|{{Template:ItemApplication.Cmt}}}}
*[[cAction.ItemDescription|ItemDescription(String)]] {{APIComment|{{Template:ItemDescription.Cmt}}}}
*[[cAction.ItemComments|ItemComments(String)]] {{APIComment|{{Template:ItemComments.Cmt}}}}
*[[cAction.ItemKeywords|ItemKeywords(String)]] {{APIComment|{{Template:ItemKeywords.Cmt}}}}

Revision as of 19:07, 10 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
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