CXfmeaControl 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 1: | Line 1: | ||
{{DISPLAYTITLE:cXfmeaControl Class | {{DISPLAYTITLE:cXfmeaControl Class}}{{Template:API}}{{Template:APIBreadcrumb|10|.[[Repository Class|Repository]]}} | ||
<onlyinclude>Represents a control resource.</onlyinclude> | |||
==Constructors== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|cXfmeaControl||Creates an instance of the cXfmeaControl class. | |||
|- | |||
|[[cXfmeaControl Constructors|cXfmeaControl()]]||{{:CXfmeaControl Constructors}} | |||
|} | |||
== Methods== | |||
{| {{APITable}} | |||
|- | |||
| style="width: 200px;"|CreatedByID||Gets the numeric ID of the database user who created the control. '''Integer'''. | |||
|- | |||
|CreatedByNm||Gets the display name of the database user who created the control. '''String'''. | |||
|- | |||
|CreatedDate||Gets the date the control resource was created. '''Date'''. | |||
|- | |||
|ControlDescription||Gets or sets the description for the control. '''String'''. | |||
|- | |||
|ControlType||Gets or sets the control type (e.g., detection, prevention, etc.). '''String'''. | |||
|- | |||
|ID||Gets the numeric ID of the control. '''Integer'''. | |||
|- | |||
|{{Template:API_TxtIdentifiers}} | |||
|- | |||
|Name||Gets the control's name. '''String'''. | |||
|- | |||
|ProjectID||Gets the numeric ID of the project the control belongs to. '''Integer'''. | |||
|- | |||
|UDD1||Gets or sets a user-defined drop-down field. (Limited to 50 characters.) '''String'''. | |||
|- | |||
|UDD2||Gets or sets a second user-defined drop-down field. (Limited to 50 characters.) '''String'''. | |||
|- | |||
|UDT1||Gets or sets a user-defined date field. '''Date'''. | |||
|- | |||
|UDT2||Gets or sets a second user-defined date field. '''Date'''. | |||
|- | |||
|UN1||Gets or sets a user-defined number field. '''Double'''. | |||
|- | |||
|UN2||Gets or sets a second user-defined number field. '''Double'''. |
Revision as of 22:11, 31 August 2015
Member of: SynthesisAPI10.Repository
Represents a control resource.
Constructors
Name | Description |
---|---|
cXfmeaControl | Creates an instance of the cXfmeaControl class. |
cXfmeaControl() | A parameterized constructor for the cXfmeaControl class. (.NET only) |
Methods
Name | Description |
---|---|
CreatedByID | Gets the numeric ID of the database user who created the control. Integer. |
CreatedByNm | Gets the display name of the database user who created the control. String. |
CreatedDate | Gets the date the control resource was created. Date. |
ControlDescription | Gets or sets the description for the control. String. |
ControlType | Gets or sets the control type (e.g., detection, prevention, etc.). String. |
ID | Gets the numeric ID of the control. 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 the control's name. String. |
ProjectID | Gets the numeric ID of the project the control belongs to. Integer. |
UDD1 | Gets or sets a user-defined drop-down field. (Limited to 50 characters.) String. |
UDD2 | Gets or sets a second user-defined drop-down field. (Limited to 50 characters.) String. |
UDT1 | Gets or sets a user-defined date field. Date. |
UDT2 | Gets or sets a second user-defined date field. Date. |
UN1 | Gets or sets a user-defined number field. Double. |
UN2 | Gets or sets a second user-defined number field. Double. |