FailureSetting Class

Setting for a Failure Mode or a Failure Criteria.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public abstract class FailureSetting : IdNameEntity
Inheritance
Object    IdEntity    IdNameEntity    FailureSetting
Derived

Properties

CategoryId 
DataType 
DefaultValue 
Description 
EnumValues 
Id
(Inherited from IdEntity)
Name
(Inherited from IdNameEntity)
PackageId 
PackageSettingId 
UID 
Value Use Set[DataType]Value() methods to set the value for the setting.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
SetBoolValue 
SetFloatValue 
SetIntValue 
SetSelectionValue Set enum value by index.
SetStringValue 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also