XfmeaEffect Class: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) No edit summary |
No edit summary |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{Template:API}}{{Template:APIBreadcrumb}} | |||
Line 14: | Line 14: | ||
{| {{APITable}} | {| {{APITable}} | ||
|- | |- | ||
| style="width: 200px;"|AnalysisID||Gets | | style="width: 200px;"|AnalysisID||Gets the numeric ID of the FMEA analysis. '''Long'''. | ||
|- | |- | ||
|CauseID||Gets or sets numeric ID of the cause of the effect. ''' | |CauseID||Gets or sets numeric ID of the cause of the effect. '''Long'''. Returns 0 if the FMEA structure places effects before causes. | ||
|- | |- | ||
|CreatedByID||Gets the numeric ID of the database user who created the effect. ''' | |CreatedByID||Gets the numeric ID of the database user who created the effect. '''Long'''. | ||
|- | |- | ||
|CreatedByNm||Gets the display name of the database user who created the effect. '''String'''. | |CreatedByNm||Gets the display name of the database user who created the effect. '''String'''. | ||
Line 28: | Line 28: | ||
|Dsc||Gets or sets the description of the effect. '''String'''. | |Dsc||Gets or sets the description of the effect. '''String'''. | ||
|- | |- | ||
| | |Comments||Gets or sets the comments of the effect. '''String'''. | ||
|- | |- | ||
| | |EffectID||Gets the numeric ID of the effect. '''Long'''. | ||
|- | |- | ||
|IsGrouped||Indicates whether the effects are grouped or not. '''Boolean'''. | |FailureID||Gets numeric ID of the failure associated with the effect. '''Long'''. | ||
|- | |||
|IsGrouped||Indicates whether the effects are grouped or not. '''Boolean'''. Default value = False. | |||
|- | |- | ||
|Keywds||Gets or sets the item keywords. '''String'''. | |Keywds||Gets or sets the item keywords. '''String'''. | ||
Line 38: | Line 40: | ||
|LastUpdated||Gets the date the effect was last modified. '''Date'''. | |LastUpdated||Gets the date the effect was last modified. '''Date'''. | ||
|- | |- | ||
|LastUpdatedByID||Gets the numeric ID of the database user who last modified the effect. ''' | |LastUpdatedByID||Gets the numeric ID of the database user who last modified the effect. '''Long'''. | ||
|- | |- | ||
|LastUpdatedNm||Gets the display name of the database user who last modified the effect. '''String'''. | |LastUpdatedNm||Gets the display name of the database user who last modified the effect. '''String'''. | ||
Line 51: | Line 53: | ||
|- | |- | ||
|SevRev||Gets or sets the revised severity rating. '''Object'''. | |SevRev||Gets or sets the revised severity rating. '''Object'''. | ||
|- | |||
|SubSev(1-8)Init||Gets or sets the initial sub-severity rating. There are a total of eight (8) sub-severity initial ratings (e.g. SubSev1Init, SubSev2Init, etc.). '''Object'''. | |||
|- | |||
|SubSev(1-8)Rev||Gets or sets the revised sub-severity rating. There are a total of eight (8) sub-severity revised ratings (e.g. SubSev1Rev, SubSev2Rev, etc.). '''Object'''. | |||
|- | |- | ||
|TimeRangeCritFail||Gets or sets the description of the time it takes for a critical failure to occur. '''String'''. | |TimeRangeCritFail||Gets or sets the description of the time it takes for a critical failure to occur. '''String'''. | ||
|- | |- | ||
|UDD1||Gets or sets the first user-defined drop-down field. (Limited to 50 characters.) '''String'''. | |UDD1||Gets or sets the text in 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'''. | |UDD2||Gets or sets the text in the second user-defined drop-down field. (Limited to 50 characters.) '''String'''. | ||
|- | |- | ||
|UDT1||Gets or sets the first user-defined date field. '''Date'''. | |UDT1||Gets or sets the date in the first user-defined date field. '''Date'''. | ||
|- | |- | ||
|UDT2||Gets or sets the second user-defined date field. '''Date'''. | |UDT2||Gets or sets the date in the second user-defined date field. '''Date'''. | ||
|- | |- | ||
|UN1||Gets or sets the first user-defined number field. '''Double'''. | |UN1||Gets or sets the value in the first user-defined number field. '''Double'''. | ||
|- | |- | ||
|UN2||Gets or sets the second user-defined number field. '''Double'''. | |UN2||Gets or sets the value in the second user-defined number field. '''Double'''. | ||
|- | |- | ||
|UT1||Gets or sets the first user-defined text field. '''String'''. | |UT1||Gets or sets the text in the first user-defined text field. '''String'''. | ||
|- | |- | ||
|UT2||Gets or sets the second user-defined text field. '''String'''. | |UT2||Gets or sets the text in the second user-defined text field. '''String'''. | ||
|- | |- | ||
|UT3||Gets or sets the third user-defined text field. '''String'''. | |UT3||Gets or sets the text in the third user-defined text field. '''String'''. | ||
|- | |- | ||
|UT4||Gets or sets the fourth user-defined text field. '''String'''. | |UT4||Gets or sets the text in the fourth user-defined text field. '''String'''. | ||
|- | |- | ||
|UT5||Gets or sets the fifth user-defined text field. '''String'''. | |UT5||Gets or sets the text in the fifth user-defined text field. '''String'''. | ||
|} | |} | ||
==See Also== | |||
*[[Repository.Xfmea.AddXfmeaEffect Method]] | |||
*[[Repository.Xfmea.GetAllXfmeaEffects Method]] | |||
*[[Repository.Xfmea.GetAllXfmeaEffectsDictionary Method]] | |||
*[[Repository.Xfmea.GetXfmeaEffect Method]] | |||
*[[Repository.Xfmea.UpdateXfmeaEffect Method]] |
Latest revision as of 17:14, 12 March 2019
Member of: SynthesisAPI
Represents an FMEA effect.
Constructors
Name | Description |
---|---|
XfmeaEffect | Creates an instance of the XfmeaEffect class. |
Properties
Name | Description |
---|---|
AnalysisID | Gets the numeric ID of the FMEA analysis. Long. |
CauseID | Gets or sets numeric ID of the cause of the effect. Long. Returns 0 if the FMEA structure places effects before causes. |
CreatedByID | Gets the numeric ID of the database user who created the effect. Long. |
CreatedByNm | Gets the display name of the database user who created the effect. String. |
CreatedDate | Gets the date the effect was created. Date. |
CritFailCriterion | Gets or sets the description of the criterion for a critical failure. String. |
Dsc | Gets or sets the description of the effect. String. |
Comments | Gets or sets the comments of the effect. String. |
EffectID | Gets the numeric ID of the effect. Long. |
FailureID | Gets numeric ID of the failure associated with the effect. Long. |
IsGrouped | Indicates whether the effects are grouped or not. Boolean. Default value = False. |
Keywds | Gets or sets the item keywords. String. |
LastUpdated | Gets the date the effect was last modified. Date. |
LastUpdatedByID | Gets the numeric ID of the database user who last modified the effect. Long. |
LastUpdatedNm | Gets the display name of the database user who last modified the effect. String. |
LocalDsc | Gets or sets the description of the effect of the failure on the item (local effect). String. |
NextDsc | Gets or sets the description of the effect of the failure on the next higher level assembly (next level effect). String. |
Nm | Gets or sets the name for the effect. String. |
SevInit | Gets or sets the initial severity rating. Object. |
SevRev | Gets or sets the revised severity rating. Object. |
SubSev(1-8)Init | Gets or sets the initial sub-severity rating. There are a total of eight (8) sub-severity initial ratings (e.g. SubSev1Init, SubSev2Init, etc.). Object. |
SubSev(1-8)Rev | Gets or sets the revised sub-severity rating. There are a total of eight (8) sub-severity revised ratings (e.g. SubSev1Rev, SubSev2Rev, etc.). Object. |
TimeRangeCritFail | Gets or sets the description of the time it takes for a critical failure to occur. String. |
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. |
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. |