XfmeaItem Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Kate Racaza (talk | contribs) mNo edit summary |
||
| Line 74: | Line 74: | ||
|TopLevelHID||Gets the record ID of the top-level item in the system hierarchy. '''Integer'''. | |TopLevelHID||Gets the record ID of the top-level item in the system hierarchy. '''Integer'''. | ||
|- | |- | ||
|UDD1||Gets or sets the first user-defined drop-down field. '''String'''. | |UDD1||Gets or sets the text in the first user-defined drop-down field. '''String'''. | ||
|- | |- | ||
|UDD2||Gets or sets the second user-defined drop-down field. '''String'''. | |UDD2||Gets or sets the text in the second user-defined drop-down field. '''String'''. | ||
|- | |- | ||
|UDT1||Gets or sets the first user-defined date field. '''Date'''. | |UDT1||Gets or sets the date in the first user-defined date field. '''Date'''. | ||
|- | |- | ||
|UDT2||Gets or sets the second user-defined date field. '''Date'''. | |UDT2||Gets or sets the date in the second user-defined date field. '''Date'''. | ||
|- | |- | ||
|UN1||Gets or sets the first user-defined number field. '''Double'''. | |UN1||Gets or sets the text in the first user-defined number field. '''Double'''. | ||
|- | |- | ||
|UN2||Gets or sets the second user-defined number field. '''Double'''. | |UN2||Gets or sets the text in the second user-defined number field. '''Double'''. | ||
|- | |- | ||
|URD_ID||Gets or sets the numeric ID of the URD associated with the item's reliability policy. '''Integer'''. | |URD_ID||Gets or sets the numeric ID of the URD associated with the item's reliability policy. '''Integer'''. | ||
|- | |- | ||
|UT1||Gets or sets the first user-defined text field. '''String'''. | |UT1||Gets or sets the text in the first user-defined text field. '''String'''. | ||
|- | |- | ||
|UT2||Gets or sets the second user-defined text field. '''String'''. | |UT2||Gets or sets the text in the second user-defined text field. '''String'''. | ||
|- | |- | ||
|UT3||Gets or sets the third user-defined text field. '''String'''. | |UT3||Gets or sets the text in the third user-defined text field. '''String'''. | ||
|- | |- | ||
|UT4||Gets or sets the fourth user-defined text field. '''String'''. | |UT4||Gets or sets the text in the fourth user-defined text field. '''String'''. | ||
|- | |- | ||
|UT5||Gets or sets the fifth user-defined text field. '''String'''. | |UT5||Gets or sets the text in the fifth user-defined text field. '''String'''. | ||
|- | |- | ||
|Ver||Gets or sets the version number. '''String'''. | |Ver||Gets or sets the version number. '''String'''. | ||
|} | |} | ||
Revision as of 17:54, 26 October 2015
![]() |
Member of: SynthesisAPI
Represents an Xfmea, RCM++ or RBI system hierarchy item.
Constructors
| Name | Description |
|---|---|
| XfmeaItem | Creates an instance of the XfmeaItem class. |
Properties
| Name | Description |
|---|---|
| AltPartNr | Gets or sets the alternate part number or other identifying label. String. |
| ApplicationConditions | Gets or sets the description of the item's expected application. String. |
| Cage | Gets or sets the Commercial and Government Entity (CAGE) code associated with the item. String. |
| CategoryID | Gets or set the item's category ID number. Integer. |
| Comments | Gets or sets the notes and comments regarding the item. String. |
| CreatedByID | Gets the numeric ID of the database user who created the item. Integer. |
| CreatedByNm | Gets the display name of the database user who created the item. String. |
| CreatedDate | Gets the date the item was created. Date. |
| DesignEng | Gets or sets the name of the design engineer associated with the item. String. |
| DrawingNR | Gets or sets the drawing number. String. |
| Dsc | Gets or sets the description of the item. String. |
| HID | Gets the record ID of the item. Integer. |
| HierarchyLevel | Gets the level number of the item in the system hierarchy (e.g., 1 = top-level item, 2 = second-level item, 3 = third-level item, etc.). Integer |
| Keywds | Gets or sets the item keywords. String. |
| LastUpdated | Gets the date the item was last modified. Date. |
| LastUpdatedByID | Gets the numeric ID of the database user who last modified the item. Integer. |
| LastUpdatedNm | Gets the display name of the database user who last modified the item. String. |
| LCN | Gets or sets the item's location control number (LCN) or other identifying label. String. |
| MMEL | Gets or sets the item's impact on the Minimum Master Equipment List (MMEL), as used in the aircraft industry. String. |
| Nm | Gets or sets the item's name. String. |
| Nr | Gets or sets the part number. String |
| ParentHID | Gets or sets the record ID of the item's parent item. Integer. |
| PartNr | Gets or sets the part number. String. |
| QPNHLA | Gets or sets the quantity of sub-items in the next higher level assembly (e.g., 2 engines per airplane wing). Integer. |
| QPS | Gets or sets the quantity of identical sub-items in the system (e.g., 4 engines per airplane). Integer. |
| Ref | Gets or sets the item's reference designator. String. |
| RefNr | Gets or sets the item's reference number. String. |
| SimTo | Gets or sets the name or description of another item similar to the item. String. |
| Supplier | Gets or sets the supplier name. String. |
| TopLevelHID | Gets the record ID of the top-level item in the system hierarchy. Integer. |
| UDD1 | Gets or sets the text in the first user-defined drop-down field. String. |
| UDD2 | Gets or sets the text in the second user-defined drop-down field. String. |
| UDT1 | Gets or sets the date in the first user-defined date field. Date. |
| UDT2 | Gets or sets the date in the second user-defined date field. Date. |
| UN1 | Gets or sets the text in the first user-defined number field. Double. |
| UN2 | Gets or sets the text in the second user-defined number field. Double. |
| URD_ID | Gets or sets the numeric ID of the URD associated with the item's reliability policy. Integer. |
| UT1 | Gets or sets the text in the first user-defined text field. String. |
| UT2 | Gets or sets the text in the second user-defined text field. String. |
| UT3 | Gets or sets the text in the third user-defined text field. String. |
| UT4 | Gets or sets the text in the fourth user-defined text field. String. |
| UT5 | Gets or sets the text in the fifth user-defined text field. String. |
| Ver | Gets or sets the version number. String. |
