XfmeaItem 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 12: | Line 12: | ||
==Properties== | ==Properties== | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
Line 48: | Line 23: | ||
|- | |- | ||
|Comments||Gets or sets notes and comments related to the item. '''String'''. | |Comments||Gets or sets notes and comments related to the item. '''String'''. | ||
|- | |||
|CreatedByID||Gets the 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. '''String'''. | |DesignEng||Gets or sets the name of the design engineer. '''String'''. | ||
Line 54: | Line 35: | ||
|- | |- | ||
|Dsc||Gets or sets the description. '''String'''. | |Dsc||Gets or sets the description. '''String'''. | ||
|- | |||
|HID||Gets the Hierarchy ID# or record ID# of the item. '''Integer'''. | |||
|- | |||
|HierarchyLevel||'''Short''' | |||
|- | |- | ||
|Keywds||Gets or sets the keywords. '''String'''. | |Keywds||Gets or sets the keywords. '''String'''. | ||
|- | |||
|LastUpdated||Gets the date the item was last modified. '''Date'''. | |||
|- | |||
|LastUpdatedByID||Gets the 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 location control number (LCN) or other identifying label. '''String'''. | |LCN||Gets or sets the location control number (LCN) or other identifying label. '''String'''. | ||
Line 64: | Line 55: | ||
|- | |- | ||
|Nr|| | |Nr|| | ||
|- | |||
|ParentHID||Gets the Hierarchy ID# or record ID# of the item's parent item. '''Integer'''. | |||
|- | |- | ||
|PartNr||Gets or sets the part number. '''String'''. | |PartNr||Gets or sets the part number. '''String'''. | ||
Line 79: | Line 72: | ||
|Supplier||Gets or sets the supplier name. '''String'''. | |Supplier||Gets or sets the supplier name. '''String'''. | ||
|- | |- | ||
|UDD1||Gets or sets | |TopLevelHID||Gets the Hierarchy ID# or record ID# of the top-level item in the system hierarchy. '''Integer'''. | ||
|- | |||
|UDD1||Gets or sets a user-defined drop-down field. '''String'''. | |||
|- | |- | ||
|UDD2||Gets or sets | |UDD2||Gets or sets a second user-defined drop-down field. '''String'''. | ||
|- | |- | ||
|UDT1||Gets or sets | |UDT1||Gets or sets a user-defined date field. '''Date'''. | ||
|- | |- | ||
|UDT2||Gets or sets | |UDT2||Gets or sets a second user-defined date field. '''Date'''. | ||
|- | |- | ||
|UN1||Gets or sets | |UN1||Gets or sets a user-defined number field. '''Double'''. | ||
|- | |- | ||
|UN2||Gets or sets | |UN2||Gets or sets a second user-defined number field. '''Double'''. | ||
|- | |- | ||
|URD_ID||Gets or sets the ID# of the URD associated with the item's reliability policy. '''Integer'''. | |URD_ID||Gets or sets the ID# of the URD associated with the item's reliability policy. '''Integer'''. | ||
|- | |- | ||
|UT1||Gets or sets | |UT1||Gets or sets a user-defined text field. '''String'''. | ||
|- | |- | ||
|UT2||Gets or sets | |UT2||Gets or sets a second user-defined text field. '''String'''. | ||
|- | |- | ||
|UT3||Gets or sets | |UT3||Gets or sets a third user-defined text field. '''String'''. | ||
|- | |- | ||
|UT4||Gets or sets | |UT4||Gets or sets a fourth user-defined text field. '''String'''. | ||
|- | |- | ||
|UT5||Gets or sets | |UT5||Gets or sets a 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 23:33, 31 August 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 a description of the expected application. String. |
Cage | Gets or sets the CAGE code. String. |
CategoryID | Gets or set the category's ID number. Integer. |
Comments | Gets or sets notes and comments related to the item. String. |
CreatedByID | Gets the 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. String. |
DrawingNR | Gets or sets the drawing number. String. |
Dsc | Gets or sets the description. String. |
HID | Gets the Hierarchy ID# or record ID# of the item. Integer. |
HierarchyLevel | Short |
Keywds | Gets or sets the keywords. String. |
LastUpdated | Gets the date the item was last modified. Date. |
LastUpdatedByID | Gets the 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 location control number (LCN) or other identifying label. String. |
MMEL | Gets or sets the item's impact on the Minimum Master Equipment List, as used in the aircraft industry. String. |
Nm | Gets or sets the item's name. String. |
Nr | |
ParentHID | Gets the Hierarchy ID# or record ID# of the item's parent item. Integer. |
PartNr | Gets or sets the part number. String. |
QPNHLA | |
QPS | |
Ref | |
RefNr | Gets or sets the reference number. String. |
SimTo | Gets or sets the name or description of another item similar to this one. String. |
Supplier | Gets or sets the supplier name. String. |
TopLevelHID | Gets the Hierarchy ID# or record ID# of the top-level item in the system hierarchy. Integer. |
UDD1 | Gets or sets a user-defined drop-down field. String. |
UDD2 | Gets or sets a second user-defined drop-down field. 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. |
URD_ID | Gets or sets the ID# of the URD associated with the item's reliability policy. Integer. |
UT1 | Gets or sets a user-defined text field. String. |
UT2 | Gets or sets a second user-defined text field. String. |
UT3 | Gets or sets a third user-defined text field. String. |
UT4 | Gets or sets a fourth user-defined text field. String. |
UT5 | Gets or sets a fifth user-defined text field. String. |
Ver | Gets or sets the version number. String. |