CURD 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:cURD Class}} | {{InProgress}}{{DISPLAYTITLE:cURD Class}}{{Template:API}}{{Template:APIBreadcrumbClass}} | ||
{{ | |||
{{ | |||
<onlyinclude>Represents a universal reliability definition (URD) resource.</onlyinclude> | |||
==Constructors== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|cURD||Creates an instance of the cURD class. | |||
|- | |||
|[[CURD_Constructors|cURD()]]||{{:CURD_Constructors}} | |||
|} | |||
==Methods== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|GetScheduledTaskIDs | |||
|- | |||
|SetScheduledTaskIDs | |||
|} | |||
== Properties == | == Properties == | ||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|Name||Gets or sets the URD name. '''String'''. | |||
|- | |||
|ID||Gets the numeric ID of the URD. '''Integer'''. | |||
|- | |||
|ProjectID||Gets the numerical ID of the project the URD belongs to. '''Integer'''. | |||
|- | |||
|FailureModelID||Gets or sets the numerical ID of the the failure model assigned to the URD. '''Integer'''. | |||
|- | |||
|CorrectiveTaskID||Gets or sets the numerical ID of the the corrective task assigned to the URD. '''Integer'''. | |||
|- | |||
|ScheduledTaskIDs||Gets or sets a list of the numerical IDs of the scheduled tasks assigned to the URD. '''Integer'''. | |||
|} | |||
'''Synthesis Identifiers''' | |||
{| {{APITable}} | |||
|- | |||
| style="width: 180px;"|{{Template:API_TxtIdentifiers}} | |||
|} | |||
<!-- | |||
== Usage Example == | == Usage Example == | ||
In this usage example, a new URD is created and a failure model is assigned to it. The URD is then added to a project. | In this usage example, a new URD is created and a failure model is assigned to it. The URD is then added to a project. | ||
Line 34: | Line 65: | ||
{{APIComment|'Disconnect from the repository.}} | {{APIComment|'Disconnect from the repository.}} | ||
repo.DisconnectFromRepository | repo.DisconnectFromRepository | ||
--> | |||
Revision as of 22:28, 11 August 2015
Member of: SynthesisAPI
Represents a universal reliability definition (URD) resource.
Constructors
Name | Description |
---|---|
cURD | Creates an instance of the cURD class. |
cURD() | A parameterized constructor for the cURD class. (.NET only) |
Methods
Name | Description |
---|---|
GetScheduledTaskIDs | |
SetScheduledTaskIDs |
Properties
Name | Description |
---|---|
Name | Gets or sets the URD name. String. |
ID | Gets the numeric ID of the URD. Integer. |
ProjectID | Gets the numerical ID of the project the URD belongs to. Integer. |
FailureModelID | Gets or sets the numerical ID of the the failure model assigned to the URD. Integer. |
CorrectiveTaskID | Gets or sets the numerical ID of the the corrective task assigned to the URD. Integer. |
ScheduledTaskIDs | Gets or sets a list of the numerical IDs of the scheduled tasks assigned to the URD. Integer. |
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 |