XfmeaItem Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{InProgress}}{{Template:API}}{{Template:APIBreadcrumb|10|.Repository}}')
 
No edit summary
Line 1: Line 1:
{{InProgress}}{{Template:API}}{{Template:APIBreadcrumb|10|.[[Repository Class|Repository]]}}
{{InProgress}}{{Template:API}}{{Template:APIBreadcrumbClass}}
 
 
<onlyinclude>Represents an Xfmea, RCM++ or RBI system hierarchy item. </onlyinclude>
 
==Constructors==
{| {{APITable}}
|-
| style="width: 150px;"|XfmeaItem||Creates an instance of the XfmeaItem class.
|}
 
 
==Properties==
{| {{APITable}}
|-
| style="width: 150px;"|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'''.
|-
|HID||Gets the Hierarchy ID# or record ID# of the item. '''Integer'''.
|-
|HierarchyLevel||
|-
|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'''.
|-
|ParentHID||Gets the Hierarchy ID# or record ID# of the item's parent item. '''Integer'''.
|-
|TopLevelHID||Gets the Hierarchy ID# or record ID# of the top-level item in the system hierarchy. '''Integer'''.
|} 
 
 
==Variables==
{| {{APITable}}
|-
| style="width: 150px;"|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'''.
|-
|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'''.
|-
|Keywds||Gets or sets the keywords. '''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||
|-
|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'''.
|-
|UDD1||Gets or sets the text from the first user-defined drop-down field. '''String'''.
|-
|UDD2||Gets or sets the text from the second user-defined drop-down field. '''String'''.
|-
|UDT1||Gets or sets the value from the first user-defined date field. '''Date'''.
|-
|UDT2||Gets or sets the value from the second user-defined date field. '''Date'''.
|-
|UN1||Gets or sets the value from the first user-defined number field. '''Double'''.
|-
|UN2||Gets or sets the value from the 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 the text from the first user-defined text field. '''String'''.
|-
|UT2||Gets or sets the text from the second user-defined text field. '''String'''.
|-
|UT3||Gets or sets the text from the third user-defined text field. '''String'''.
|-
|UT4||Gets or sets the text from the fourth user-defined text field. '''String'''.
|-
|UT5||Gets or sets the text from the fifth user-defined text field. '''String'''.
|-
|Ver||Gets or sets the version number. '''String'''.
|}

Revision as of 21:26, 21 August 2015

Template:InProgress

APIWiki.png


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
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.
HID Gets the Hierarchy ID# or record ID# of the item. Integer.
HierarchyLevel
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.
ParentHID Gets the Hierarchy ID# or record ID# of the item's parent item. Integer.
TopLevelHID Gets the Hierarchy ID# or record ID# of the top-level item in the system hierarchy. Integer.


Variables

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.
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.
Keywds Gets or sets the keywords. 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
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.
UDD1 Gets or sets the text from the first user-defined drop-down field. String.
UDD2 Gets or sets the text from the second user-defined drop-down field. String.
UDT1 Gets or sets the value from the first user-defined date field. Date.
UDT2 Gets or sets the value from the second user-defined date field. Date.
UN1 Gets or sets the value from the first user-defined number field. Double.
UN2 Gets or sets the value from the 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 the text from the first user-defined text field. String.
UT2 Gets or sets the text from the second user-defined text field. String.
UT3 Gets or sets the text from the third user-defined text field. String.
UT4 Gets or sets the text from the fourth user-defined text field. String.
UT5 Gets or sets the text from the fifth user-defined text field. String.
Ver Gets or sets the version number. String.