XfmeaFailure 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 failure.</onlyinclude> ==Constructors== {| {{APITable}} |- | style="width: 200px;"|XfmeaFai…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
<onlyinclude>Represents an | <onlyinclude>Represents an FMEA failure.</onlyinclude> | ||
==Constructors== | ==Constructors== | ||
Line 14: | Line 14: | ||
{| {{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 failure. '''Integer'''. | |CreatedByID||Gets the numeric ID of the database user who created the failure. '''Integer'''. | ||
Line 22: | Line 22: | ||
|CreatedDate||Gets the date the failure was created. '''Date'''. | |CreatedDate||Gets the date the failure was created. '''Date'''. | ||
|- | |- | ||
|Dormancy | |Dormancy||Gets or sets the description for how long the failure will be hidden, if the failure is undetectable. '''String'''. | ||
|- | |- | ||
|Dsc||Gets or sets the description | |Dsc||Gets or sets the description of the failure. '''String'''. | ||
|- | |- | ||
|FailProbVal | |FailProbVal||Gets or sets the rating scale value of the failure probability (i.e., likelihood of occurrence) for the failure mode. '''Object'''. | ||
|- | |- | ||
|FailureID | |FailureID||Gets or sets the numeric ID of the failure. '''Integer'''. | ||
|- | |- | ||
|FunctionID||Gets or sets the numeric ID of the function associated with the failure. '''Integer'''. | |FunctionID||Gets or sets the numeric ID of the function associated with the failure. '''Integer'''. | ||
Line 40: | Line 40: | ||
|LastUpdatedNm||Gets the display name of the database user who last modified the failure. '''String'''. | |LastUpdatedNm||Gets the display name of the database user who last modified the failure. '''String'''. | ||
|- | |- | ||
|Mechanism | |Mechanism||Gets or sets the description of the physical, chemical, electrical, thermal or other process that results in the failure mode. '''String'''. | ||
|- | |- | ||
|Mission | |Mission||Gets or sets the description of the mission phase (or operational mode) in which the failure mode occurs. '''String'''. | ||
|- | |- | ||
|Nm||Gets or sets the name for the failure. '''String'''. | |Nm||Gets or sets the name for the failure. '''String'''. | ||
|- | |- | ||
|ProbofLossModelID | |ProbofLossModelID|| | ||
|- | |- | ||
|SevClassVal | |SevClassVal||Gets or sets the severity class rating value of the failure. '''Object'''. | ||
|- | |- | ||
|UDD1||Gets or sets | |UDD1||Gets or sets the first user-defined drop-down field. (Limited to 50 characters.) '''String'''. | ||
|- | |- | ||
|UDD2||Gets or sets | |UDD2||Gets or sets the second user-defined drop-down field. (Limited to 50 characters.) '''String'''. | ||
|- | |- | ||
|UDT1||Gets or sets | |UDT1||Gets or sets the first user-defined date field. '''Date'''. | ||
|- | |- | ||
|UDT2||Gets or sets | |UDT2||Gets or sets the second user-defined date field. '''Date'''. | ||
|- | |- | ||
|UN1||Gets or sets | |UN1||Gets or sets the first user-defined number field. '''Double'''. | ||
|- | |- | ||
|UN2||Gets or sets | |UN2||Gets or sets the second user-defined number field. '''Double'''. | ||
|- | |- | ||
|Undetectable | |Undetectable||Indicates whether the failure mode is undetectable during normal operation. '''Boolean'''. | ||
|- | |- | ||
|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 | |UT1||Gets or sets the first user-defined text field. '''String'''. | ||
|- | |- | ||
|UT2||Gets or sets | |UT2||Gets or sets the second user-defined text field. '''String'''. | ||
|- | |- | ||
|UT3||Gets or sets | |UT3||Gets or sets the third user-defined text field. '''String'''. | ||
|- | |- | ||
|UT4||Gets or sets | |UT4||Gets or sets the fourth user-defined text field. '''String'''. | ||
|- | |- | ||
|UT5||Gets or sets | |UT5||Gets or sets the fifth user-defined text field. '''String'''. | ||
|} | |} |
Revision as of 16:48, 9 October 2015
Member of: SynthesisAPI10
Represents an FMEA failure.
Constructors
Name | Description |
---|---|
XfmeaFailure | Creates an instance of the XfmeaFailure class. |
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 failure. Integer. |
CreatedByNm | Gets the display name of the database user who created the failure. String. |
CreatedDate | Gets the date the failure was created. Date. |
Dormancy | Gets or sets the description for how long the failure will be hidden, if the failure is undetectable. String. |
Dsc | Gets or sets the description of the failure. String. |
FailProbVal | Gets or sets the rating scale value of the failure probability (i.e., likelihood of occurrence) for the failure mode. Object. |
FailureID | Gets or sets the numeric ID of the failure. Integer. |
FunctionID | Gets or sets the numeric ID of the function associated with the failure. Integer. |
Keywds | Gets or sets the item keywords. String. |
LastUpdated | Gets the date the failure was last modified. Date. |
LastUpdatedByID | Gets the numeric ID of the database user who last modified the failure. Integer. |
LastUpdatedNm | Gets the display name of the database user who last modified the failure. String. |
Mechanism | Gets or sets the description of the physical, chemical, electrical, thermal or other process that results in the failure mode. String. |
Mission | Gets or sets the description of the mission phase (or operational mode) in which the failure mode occurs. String. |
Nm | Gets or sets the name for the failure. String. |
ProbofLossModelID | |
SevClassVal | Gets or sets the severity class rating value of the failure. Object. |
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. |
Undetectable | Indicates whether the failure mode is undetectable during normal operation. Boolean. |
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. |