CURD Class: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Kate Racaza (talk | contribs) No edit summary  | 
				Kate Racaza (talk | contribs) No edit summary  | 
				||
| Line 41: | Line 41: | ||
==  | |||
==See Also==  | |||
*[[Repository.URD.AddURD|Repository.URD.AddURD Method]]  | *[[Repository.URD.AddURD|Repository.URD.AddURD Method]]  | ||
*[[Repository.URD.GetAllURDs|Repository.URD.GetAllURDs Method]]  | *[[Repository.URD.GetAllURDs|Repository.URD.GetAllURDs Method]]  | ||
*[[Repository.URD.GetURD|Repository.URD.GetURD Method]]  | *[[Repository.URD.GetURD|Repository.URD.GetURD Method]]  | ||
*[[Repository.URD.UpdateURD|Repository.URD.UpdateURD Method]]  | *[[Repository.URD.UpdateURD|Repository.URD.UpdateURD Method]]  | ||
Revision as of 23:08, 5 November 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 | Returns an array containing the numeric IDs of of the scheduled tasks assigned to the URD. Long. | 
| SetScheduledTaskIDs | Assigns scheduled tasks to the URD. | 
Properties
| Name | Description | 
|---|---|
| CorrectiveTaskID | Gets or sets the numeric ID of the corrective task assigned to the URD. Integer. | 
| FailureModelID | Gets or sets the numeric ID of the failure model assigned to the URD. Integer. | 
| ID | Gets the numeric ID of the URD. Integer. | 
| 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 | 
| Name | Gets or sets the name of the URD. String. | 
| ProjectID | Gets the numeric ID of the project the URD belongs to. Integer. | 
| ScheduledTaskIDs() | Gets or sets an array containing the numeric IDs of the scheduled tasks assigned to the URD. Long. | 
