CAction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


== Properties  ==
== Properties  ==
*'''[[cAction.Name|Name]]''' {{APIComment|Sets or returns the name of the model }}
*[[cAction.Name]] (as ''TYPE'') {{APIComment|Sets or returns the name of the model }}
*'''[[cAction.ID|ID]]''' {{APIComment|Returns the ID of the model .}}
*[[cAction.ID]] (as ''TYPE'') {{APIComment|Returns the ID of the model .}}
*'''[[cAction.ProjectID|ProjectID]]''' {{APIComment|Returns the ID of the project the resource belongs to.}}
*[[cAction.ProjectID]] (as ''TYPE'') {{APIComment|Returns the ID of the project the resource belongs to.}}
*'''[[cAction.UDT1|UDT1]]''' {{APIComment|Sets or returns UDT1 as an object. }}
*[[cAction.UDT1]] (as ''TYPE'') {{APIComment|Sets or returns UDT1 as an object. }}
*'''[[cAction.UDT2|UDT2]]''' {{APIComment|Sets or returns UDT2 as an object. }}
*[[cAction.UDT2]] (as ''TYPE'') {{APIComment|Sets or returns UDT2 as an object. }}
*'''[[cAction.UN1|UN1]]''' {{APIComment|Sets or returns UN1 as an object.}}
*[[cAction.UN1]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object.}}
*'''[[cAction.UN2|UN2]]''' {{APIComment|Sets or returns UN1 as an object. }}
*[[cAction.UN2]] (as ''TYPE'') {{APIComment|Sets or returns UN1 as an object. }}
*'''[[cAction.UDD1|UDD1]]''' {{APIComment|Sets or returns the UDD1 of the resource }}
*[[cAction.UDD1]] (as ''TYPE'') {{APIComment|Sets or returns the UDD1 of the resource }}
*'''[[cAction.UDD2|UDD2]]''' {{APIComment|Sets or returns the UDD2 of the resource }}
*[[cAction.UDD2]] (as ''TYPE'') {{APIComment|Sets or returns the UDD2 of the resource }}
*'''[[cAction.AppUserID|AppUserID]]''' {{APIComment|Returns the AppUserID of the model .}}
*[[cAction.AppUserID]] (as ''TYPE'') {{APIComment|Returns the AppUserID of the model .}}
*'''[[cAction.RespUserID|RespUserID]]''' {{APIComment|Returns the RespUserID of the model .}}
*[[cAction.RespUserID]] (as ''TYPE'') {{APIComment|Returns the RespUserID of the model .}}
*'''[[cAction.DueDate|DueDate]]''' {{APIComment|Sets or returns the Due Date of the resource }}
*[[cAction.DueDate]] (as ''TYPE'') {{APIComment|Sets or returns the Due Date of the resource }}
*'''[[cAction.ActionTaken|ActionTaken]]''' {{APIComment|Sets or returns the action taken of the resource }}
*[[cAction.ActionTaken]] (as ''TYPE'') {{APIComment|Sets or returns the action taken of the resource }}
*'''[[cAction.CompDate|CompDate]]''' {{APIComment|Sets or returns the Completion Date of the resource }}
*[[cAction.CompDate]] (as ''TYPE'') {{APIComment|Sets or returns the Completion Date of the resource }}
*'''[[cAction.AppDate|AppDate]]''' {{APIComment|Sets or returns the Approval Date of the resource }}
*[[cAction.AppDate]] (as ''TYPE'') {{APIComment|Sets or returns the Approval Date of the resource }}
*'''[[cAction.EstCost|EstCost]]''' {{APIComment|Sets or returns the Estimated Cost of the resource }}
*[[cAction.EstCost]] (as ''TYPE'') {{APIComment|Sets or returns the Estimated Cost of the resource }}
*'''[[cAction.ActualCost|ActualCost]]''' {{APIComment|Sets or returns the Actual Cost of the resource }}
*[[cAction.ActualCost]] (as ''TYPE'') {{APIComment|Sets or returns the Actual Cost of the resource }}
*'''[[cAction.Category|Category]]''' {{APIComment|Sets or returns the Action Category of the resource }}
*[[cAction.Category]] (as ''TYPE'') {{APIComment|Sets or returns the Action Category of the resource }}
*'''[[cAction.Priority|Priority]]''' {{APIComment|Sets or returns the Action Priority of the resource }}
*[[cAction.Priority]] (as ''TYPE'') {{APIComment|Sets or returns the Action Priority of the resource }}
*'''[[cAction.PersonResp|PersonResp]]''' {{APIComment|Sets or returns the Person Responsible of the resource }}
*[[cAction.PersonResp]] (as ''TYPE'') {{APIComment|Sets or returns the Person Responsible of the resource }}
*'''[[cAction.AppAndRevBy|AppAndRevBy]]''' {{APIComment|Sets or returns the Approver of the resource }}
*[[cAction.AppAndRevBy]] (as ''TYPE'') {{APIComment|Sets or returns the Approver of the resource }}
*'''[[cAction.StartDate|StartDate]]''' {{APIComment|Sets or returns the Start Date of the resource }}
*[[cAction.StartDate]] (as ''TYPE'') {{APIComment|Sets or returns the Start Date of the resource }}
*'''[[cAction.Duration|Duration]]''' {{APIComment|Returns the Duration of the model .}}
*[[cAction.Duration]] (as ''TYPE'') {{APIComment|Returns the Duration of the model .}}
*'''[[cAction.PlanStartDate|PlanStartDate]]''' {{APIComment|Sets or returns the planned start date of the resource }}
*[[cAction.PlanStartDate]] (as ''TYPE'') {{APIComment|Sets or returns the planned start date of the resource }}
*'''[[cAction.PlanDueDate|PlanDueDate]]''' {{APIComment|Sets or returns the Planned Due Date of the resource }}
*[[cAction.PlanDueDate]] (as ''TYPE'') {{APIComment|Sets or returns the Planned Due Date of the resource }}
*'''[[cAction.ShortDsc|ShortDsc]]''' {{APIComment|Sets or returns the Short Description of the resource }}
*[[cAction.ShortDsc]] (as ''TYPE'') {{APIComment|Sets or returns the Short Description of the resource }}

Revision as of 00:08, 4 March 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

Properties