XfmeaCause Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{InProgress}}{{Template:API}}{{Template:APIBreadcrumbClass|10}} <onlyinclude>Represents an Xfmea cause.</onlyinclude> ==Constructors== {| {{APITable}} |- | style="width: 200p…')
 
No edit summary
Line 1: Line 1:
{{InProgress}}{{Template:API}}{{Template:APIBreadcrumbClass|10}}
{{Template:API}}{{Template:APIBreadcrumbClass|10}}




<onlyinclude>Represents an Xfmea cause.</onlyinclude>
<onlyinclude>Represents an FMEA cause.</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'''.
|-
|-
|CauseID
|CauseID||Gets or sets the record ID of the cause. '''Integer'''.
|-
|-
|Classification
|Classification||Gets or sets the description of the characteristics that require special manufacturing control (e.g., Critical, Significant, Key Leading, etc.). '''String'''.
|-
|-
|CompProvisions
|CompProvisions||Gets or sets the description of the mechanisms placed to compensate if the failure cause occurs. '''String'''.
|-
|-
|CreatedByID||Gets the numeric ID of the database user who created the cause. '''Integer'''.
|CreatedByID||Gets the numeric ID of the database user who created the cause. '''Integer'''.
Line 28: Line 28:
|CreatedDate||Gets the date the cause was created. '''Date'''.
|CreatedDate||Gets the date the cause was created. '''Date'''.
|-
|-
|DetInit
|DetInit||Gets or sets the initial detection rating of the cause. '''Object'''.
|-
|-
|DetMethod
|DetMethod||Gets or sets the description of how the cause is detected. '''String'''.
|-
|-
|DetRev
|DetRev||Gets or sets the revised detection rating of the cause. '''Object'''.
|-
|-
|Dsc||Gets or sets the description for the cause. '''String'''.
|Dsc||Gets or sets the description of the cause. '''String'''.
|-
|-
|EffectID||Gets or sets the numeric ID of the effect associated with the cause. '''Integer'''.
|EffectID||Gets or sets the numeric ID of the effect associated with the cause. '''Integer'''. Returns 0 if the FMEA structure places causes before effects.  
|-
|-
|FailureID||Gets or sets the numeric ID of the failure associated with the cause. '''Integer'''.
|FailureID||Gets or sets the numeric ID of the failure associated with the cause. '''Integer'''.
Line 48: Line 48:
|LastUpdatedNm||Gets the display name of the database user who last modified the cause. '''String'''.
|LastUpdatedNm||Gets the display name of the database user who last modified the cause. '''String'''.
|-
|-
|Nm||Gets or sets the name for the cause. '''String'''.
|Nm||Gets or sets the name of the cause. '''String'''.
|-
|-
|OccInit
|OccInit||Gets or sets the initial occurrence rating of the cause. '''Object'''.
|-
|-
|OccRev
|OccRev||Gets or set the revised occurrence rating of the cause. '''Object'''.
|-
|-
|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 cause'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 20:51, 9 October 2015

APIWiki.png


Member of: SynthesisAPI10


Represents an FMEA cause.

Constructors

Name Description
XfmeaCause Creates an instance of the XfmeaCause class.


Properties

Name Description
AnalysisID Gets or sets the numeric ID of the FMEA analysis. Integer.
CauseID Gets or sets the record ID of the cause. Integer.
Classification Gets or sets the description of the characteristics that require special manufacturing control (e.g., Critical, Significant, Key Leading, etc.). String.
CompProvisions Gets or sets the description of the mechanisms placed to compensate if the failure cause occurs. String.
CreatedByID Gets the numeric ID of the database user who created the cause. Integer.
CreatedByNm Gets the display name of the database user who created the cause. String.
CreatedDate Gets the date the cause was created. Date.
DetInit Gets or sets the initial detection rating of the cause. Object.
DetMethod Gets or sets the description of how the cause is detected. String.
DetRev Gets or sets the revised detection rating of the cause. Object.
Dsc Gets or sets the description of the cause. String.
EffectID Gets or sets the numeric ID of the effect associated with the cause. Integer. Returns 0 if the FMEA structure places causes before effects.
FailureID Gets or sets the numeric ID of the failure associated with the cause. Integer.
Keywds Gets or sets the item keywords. String.
LastUpdated Gets the date the cause was last modified. Date.
LastUpdatedByID Gets the numeric ID of the database user who last modified the cause. Integer.
LastUpdatedNm Gets the display name of the database user who last modified the cause. String.
Nm Gets or sets the name of the cause. String.
OccInit Gets or sets the initial occurrence rating of the cause. Object.
OccRev Gets or set the revised occurrence rating of the cause. 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.
URD_ID Gets or sets the numeric ID of the URD associated with the cause'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.