XfmeaCause Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
Alex Ulanov (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template: | {{Template:API}}{{Template:APIBreadcrumb}} | ||
Line 35: | Line 35: | ||
|- | |- | ||
|Dsc||Gets or sets the description of the cause. '''String'''. | |Dsc||Gets or sets the description of the cause. '''String'''. | ||
|- | |||
|Comments||Gets or sets the comments of the cause. '''String'''. | |||
|- | |- | ||
|EffectID||Gets the numeric ID of the effect associated with the cause. '''Long'''. Returns 0 if the FMEA structure places causes before effects. | |EffectID||Gets the numeric ID of the effect associated with the cause. '''Long'''. Returns 0 if the FMEA structure places causes before effects. | ||
Line 79: | Line 81: | ||
|} | |} | ||
==See Also== | |||
== | |||
*[[Repository.Xfmea.AddXfmeaCause Method]] | *[[Repository.Xfmea.AddXfmeaCause Method]] | ||
*[[Repository.Xfmea.GetAllXfmeaCauses Method]] | *[[Repository.Xfmea.GetAllXfmeaCauses Method]] |
Latest revision as of 17:35, 16 February 2018
Member of: SynthesisAPI
Represents an FMEA cause.
Constructors
Name | Description |
---|---|
XfmeaCause | Creates an instance of the XfmeaCause class. |
Properties
Name | Description |
---|---|
AnalysisID | Gets the numeric ID of the FMEA analysis. Long. |
CauseID | Gets the record ID of the cause. Long. |
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. Long. |
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. Variant. |
DetMethod | Gets or sets the description of how the cause is detected. String. |
DetRev | Gets or sets the revised detection rating of the cause. Variant. |
Dsc | Gets or sets the description of the cause. String. |
Comments | Gets or sets the comments of the cause. String. |
EffectID | Gets the numeric ID of the effect associated with the cause. Long. Returns 0 if the FMEA structure places causes before effects. |
FailureID | Gets the numeric ID of the failure associated with the cause. Long. |
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. Long. |
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. Variant. |
OccRev | Gets or set the revised occurrence rating of the cause. Variant. |
UDD1 | Gets or sets the text in the first user-defined drop-down field. (Limited to 50 characters.) String. |
UDD2 | Gets or sets the text in the second user-defined drop-down field. (Limited to 50 characters.) String. |
UDT1 | Gets or sets the date in the first user-defined date field. Date. |
UDT2 | Gets or sets the date in the second user-defined date field. Date. |
UN1 | Gets or sets the value in the first user-defined number field. Double. |
UN2 | Gets or sets the value in 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. Long. |
UT1 | Gets or sets the text in the first user-defined text field. String. |
UT2 | Gets or sets the text in the second user-defined text field. String. |
UT3 | Gets or sets the text in the third user-defined text field. String. |
UT4 | Gets or sets the text in the fourth user-defined text field. String. |
UT5 | Gets or sets the text in the fifth user-defined text field. String. |