CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
Line 9: Line 9:
== Properties  ==
== Properties  ==
'''Action'''
'''Action'''
*Name (as ''string'') {{APIComment|Sets or returns the action's Name.}}
*Name (as ''string'') {{APIComment|Sets or gets the action's Name.}}
*ID (as ''integer'') {{APIComment|Returns the numerical ID of the action.}}
*ID (as ''integer'') {{APIComment|Gets the numerical ID of the action.}}
*ShortDsc (as ''string'') {{APIComment|Sets or returns the Short Description of the action.}}
*ShortDsc (as ''string'') {{APIComment|Sets or gets the Short Description of the action.}}
*PersonResp (as ''string'') {{APIComment|Sets or returns the name of the Person Responsible for the action.}}
*PersonResp (as ''string'') {{APIComment|Sets or gets the name of the Person Responsible for the action.}}
*RespUserID (as ''integer'') {{APIComment|Returns the numerical ID of the person responsible for the action (if the name is not associated with a user account, this value is 0).}}
*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 returns the content in the Action Taken field.}}
*ActionTaken (as ''string'') {{APIComment|Sets or gets the content in the Action Taken field.}}
*EstCost (as ''object'') {{APIComment|Sets or returns the action's Estimated Cost. Returns object of the System.Double type.}}
*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 returns the action's Actual Cost. Returns 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 returns the actions Category.}}
*Category (as ''string'') {{APIComment|Sets or gets the actions Category.}}
*Priority (as ''string'') {{APIComment|Sets or returns the action's Priority level.}}
*Priority (as ''string'') {{APIComment|Sets or gets the action's Priority level.}}
*AppUserID (as ''integer'') {{APIComment|Returns the numerical ID of the person who created the action.}}
*AppUserID (as ''integer'') {{APIComment|Gets the numerical ID of the person who created the action.}}
*ProjectID (as ''integer'') {{APIComment|Returns the numerical ID of the project the action belongs to.}}
*ProjectID (as ''integer'') {{APIComment|Gets the numerical ID of the project the action belongs to.}}
*StatusFlag (as ''byte'') {{APIComment|Returns the in-use status flag 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'''
'''Timeline'''
*PlanStartDate (as ''object'') {{APIComment|Sets or returns the Planned Start Date of the action. Returns object of the System.Date type.}}
*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 returns the Planned Due Date of the action. Returns 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 returns the Start Date of the action. Returns 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|Returns the Duration of the action.}}
*Duration (as ''integer'') {{APIComment|Gets the Duration of the action.}}
*DueDate (as ''object'') {{APIComment|Sets or returns the action's Due Date. Returns object of the System.Date type.}}
*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 returns the action's Completion Date. Returns 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'''
'''Approval'''
*AppAndRevBy (as ''string'') {{APIComment|Sets or returns the name of the action's Approver.}}
*AppAndRevBy (as ''string'') {{APIComment|Sets or gets the name of the action's Approver.}}
*AppDate (as ''object'') {{APIComment|Sets or returns the action's Approval Date of the resource. Returns object of the System.Date type.}}
*AppDate (as ''object'') {{APIComment|Sets or gets the action's Approval Date of the resource. Gets object of the System.Date type.}}


'''User-Defined'''
'''User-Defined'''
*UDT1 (as ''object'') {{APIComment|Sets or returns the Action User Date 1. Returns object of the System.Date type.}}
*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 returns the Action User Date 2. Returns 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 returns the Action User Number 1. Returns object of the System.Double 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 returns the Action User Number 2. Returns 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 returns the Action User Drop-Down 1. (Limited to 50 characters.)}}
*UDD1 (as ''string'') {{APIComment|Sets or gets the Action User Drop-Down 1. (Limited to 50 characters.)}}
*UDD2 (as ''string'') {{APIComment|Sets or returns the Action User Drop-Down 2. (Limited to 50 characters.)}}
*UDD2 (as ''string'') {{APIComment|Sets or gets the Action User Drop-Down 2. (Limited to 50 characters.)}}

Revision as of 16:46, 27 May 2014


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

  • cAction Creates a new action resource.

Properties

Action

  • Name (as string) Sets or gets the action's Name.
  • ID (as integer) Gets the numerical ID of the action.
  • ShortDsc (as string) Sets or gets the Short Description of the action.
  • PersonResp (as string) Sets or gets the name of the Person Responsible for the action.
  • RespUserID (as integer) 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) Sets or gets the content in the Action Taken field.
  • EstCost (as object) Sets or gets the action's Estimated Cost. Gets object of the System.Double type.
  • ActualCost (as object) Sets or gets the action's Actual Cost. Gets object of the System.Double type.
  • Category (as string) Sets or gets the actions Category.
  • Priority (as string) Sets or gets the action's Priority level.
  • AppUserID (as integer) Gets the numerical ID of the person who created the action.
  • ProjectID (as integer) Gets the numerical ID of the project the action belongs to.
  • StatusFlag (as byte) Gets the in-use status flag of the project the action belongs to.

Timeline

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

Approval

  • AppAndRevBy (as string) Sets or gets the name of the action's Approver.
  • AppDate (as object) Sets or gets the action's Approval Date of the resource. Gets object of the System.Date type.

User-Defined

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