Class GenericClutchEngagementStatus<T>
Inheritance
System.Object
GenericClutchEngagementStatus<T>
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public abstract class GenericClutchEngagementStatus<T> : APIBase, IEquatable<APIBase> where T : DesignEntity
Type Parameters
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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>
Extension Methods