Class GenericClutchEngagementStatus<T>
Inheritance
System.Object
GenericClutchEngagementStatus<T>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class GenericClutchEngagementStatus<T> : APIBase, IEquatable<APIBase> where T : DesignEntity
Type Parameters
Name | Description |
---|---|
T |
Properties
IsEngaged
Declaration
public bool IsEngaged { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
UniqueName
Declaration
public string UniqueName { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
System.IEquatable<T>