Class GenericClutchEngagementStatus<T>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
GenericClutchEngagementStatus<T>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.LoadCaseGroups
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class GenericClutchEngagementStatus<T> : APIBase, IEquatable<APIBase> where T : DesignEntity
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
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>