XfmeaFunction Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{Template:API}}{{Template:APIBreadcrumbClass|10}} <onlyinclude>Represents an Xfmea function.</onlyinclude> ==Constructors== {| {{APITable}} |- | style="width: 200px;"|XfmeaFu…') |
Kate Racaza (talk | contribs) |
||
Line 28: | Line 28: | ||
|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 | |HID||Gets or sets the hierarchy ID# or record ID# of the system hierarchy item associated with the function. '''Integer'''. | ||
|- | |- | ||
|IsAnalysisLinkedtoHID||Indicates whether the function is linked to the | |IsAnalysisLinkedtoHID||Indicates whether the function is linked to the system hierarchy item. '''Boolean''' | ||
|- | |- | ||
|Keywds||Gets or sets the item keywords. '''String'''. | |Keywds||Gets or sets the item keywords. '''String'''. |
Revision as of 23:14, 31 August 2015
Member of: SynthesisAPI10
Represents an Xfmea function.
Constructors
Name | Description |
---|---|
XfmeaFunction | Creates an instance of the XfmeaFunction class. |
XfmeaControl() | A parameterized constructor for the XfmeaFunction class. (.NET only) |
Methods
Name | Description |
---|---|
AnalysisID | Gets or sets the numeric ID of the 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 for the function. String. |
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. |
IsAnalysisLinkedtoHID | Indicates whether the function is linked to the system hierarchy item. 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 for the function. String. |
Requirements | Gets or sets the requirements for the function. String. |
SequenceNr | Gets or sets String. |
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. |
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. |
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. |