XfmeaFunction Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:




<onlyinclude>Represents an Xfmea function.</onlyinclude>
<onlyinclude>Represents an FMEA function.</onlyinclude>


==Constructors==
==Constructors==
Line 9: Line 9:
| style="width: 200px;"|XfmeaFunction||Creates an instance of the XfmeaFunction class.
| style="width: 200px;"|XfmeaFunction||Creates an instance of the XfmeaFunction class.
|-
|-
|[[XfmeaFunction Constructors|XfmeaControl()]]||{{:XfmeaFunction Constructors}}
|[[XfmeaFunction Constructors|XfmeaFunction()]]||{{:XfmeaFunction Constructors}}
|}
|}


Line 16: Line 16:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 200px;"|AnalysisID||Gets or sets the numeric ID of the analysis. '''Integer'''.
| style="width: 200px;"|AnalysisID||Gets or sets the numeric ID of the FMEA analysis. '''Integer'''.
|-
|-
|CreatedByID||Gets the numeric ID of the database user who created the function. '''Integer'''.
|CreatedByID||Gets the numeric ID of the database user who created the function. '''Integer'''.
Line 24: Line 24:
|CreatedDate||Gets the date the function was created. '''Date'''.
|CreatedDate||Gets the date the function was created. '''Date'''.
|-
|-
|Dsc||Gets or sets the description for the function. '''String'''.
|Dsc||Gets or sets the description of the function. '''String'''.
|-
|-
|FunctionID||Gets or sets the numeric ID of the function. '''Integer'''.
|FunctionID||Gets or sets the numeric ID of the function. '''Integer'''.
|-
|-
|HID||Gets or sets the hierarchy ID# or record ID# of the system hierarchy item associated with the function. '''Integer'''.
|HID||Gets or sets the record ID of the system hierarchy item associated with the function. '''Integer'''.
|-
|-
|IsAnalysisLinkedtoHID||Indicates whether the function is linked to the system hierarchy item. '''Boolean'''
|IsAnalysisLinkedtoHID||Indicates whether the analysis is a linked FMEA. '''Boolean'''
|-
|-
|Keywds||Gets or sets the item keywords. '''String'''.
|Keywds||Gets or sets the item keywords. '''String'''.
Line 40: Line 40:
|LastUpdatedNm||Gets the display name of the database user who last modified the function. '''String'''.
|LastUpdatedNm||Gets the display name of the database user who last modified the function. '''String'''.
|-
|-
|Nm||Gets or sets the name for the function. '''String'''.
|Nm||Gets or sets the name of the function. '''String'''.
|-
|-
|Requirements||Gets or sets the requirements for the function. '''String'''.
|Requirements||Gets or sets the description of the functional requirements. '''String'''.
|-
|-
|SequenceNr||Gets or sets '''String'''.
|SequenceNr||Gets or sets the reference number (op seq number) of the function. '''String'''.
|-
|-
|UDD1||Gets or sets a user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|UDD1||Gets or sets the first 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'''.
|UDD2||Gets or sets the second user-defined drop-down field. (Limited to 50 characters.) '''String'''.
|-
|-
|UDT1||Gets or sets a user-defined date field. '''Date'''.
|UDT1||Gets or sets the first user-defined date field. '''Date'''.
|-
|-
|UDT2||Gets or sets a second user-defined date field. '''Date'''.
|UDT2||Gets or sets the second user-defined date field. '''Date'''.
|-
|-
|UN1||Gets or sets a user-defined number field. '''Double'''.
|UN1||Gets or sets the first user-defined number field. '''Double'''.
|-
|-
|UN2||Gets or sets a second user-defined number field. '''Double'''.
|UN2||Gets or sets 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 a user-defined text field. '''String'''.
|UT1||Gets or sets the first user-defined text field. '''String'''.
|-
|-
|UT2||Gets or sets a second user-defined text field. '''String'''.
|UT2||Gets or sets the second user-defined text field. '''String'''.
|-
|-
|UT3||Gets or sets a third user-defined text field. '''String'''.
|UT3||Gets or sets the third user-defined text field. '''String'''.
|-
|-
|UT4||Gets or sets a fourth user-defined text field. '''String'''.
|UT4||Gets or sets the fourth user-defined text field. '''String'''.
|-
|-
|UT5||Gets or sets a fifth user-defined text field. '''String'''.
|UT5||Gets or sets the fifth user-defined text field. '''String'''.
|}
|}

Revision as of 17:31, 9 October 2015

APIWiki.png


Member of: SynthesisAPI10


Represents an FMEA function.

Constructors

Name Description
XfmeaFunction Creates an instance of the XfmeaFunction class.
XfmeaFunction() A parameterized constructor for the XfmeaFunction class. (.NET only)


Properties

Name Description
AnalysisID Gets or sets the numeric ID of the FMEA analysis. Integer.
CreatedByID Gets the numeric ID of the database user who created the function. Integer.
CreatedByNm Gets the display name of the database user who created the function. String.
CreatedDate Gets the date the function was created. Date.
Dsc Gets or sets the description of the function. String.
FunctionID Gets or sets the numeric ID of the function. Integer.
HID Gets or sets the record ID of the system hierarchy item associated with the function. Integer.
IsAnalysisLinkedtoHID Indicates whether the analysis is a linked FMEA. Boolean
Keywds Gets or sets the item keywords. String.
LastUpdated Gets the date the function was last modified. Date.
LastUpdatedByID Gets the numeric ID of the database user who last modified the function. Integer.
LastUpdatedNm Gets the display name of the database user who last modified the function. String.
Nm Gets or sets the name of the function. String.
Requirements Gets or sets the description of the functional requirements. String.
SequenceNr Gets or sets the reference number (op seq number) of the function. String.
UDD1 Gets or sets the first user-defined drop-down field. (Limited to 50 characters.) String.
UDD2 Gets or sets the second user-defined drop-down field. (Limited to 50 characters.) String.
UDT1 Gets or sets the first user-defined date field. Date.
UDT2 Gets or sets the second user-defined date field. Date.
UN1 Gets or sets the first user-defined number field. Double.
UN2 Gets or sets 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 first user-defined text field. String.
UT2 Gets or sets the second user-defined text field. String.
UT3 Gets or sets the third user-defined text field. String.
UT4 Gets or sets the fourth user-defined text field. String.
UT5 Gets or sets the fifth user-defined text field. String.