Class FEEntityGroupWithSelection<TGroup, TGroupContents>
Inheritance
System.Object
FEEntityGroupWithSelection<TGroup, TGroupContents>
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class FEEntityGroupWithSelection<TGroup, TGroupContents> : APIBase, IEquatable<APIBase> where TGroup : FEEntityGroup<TGroupContents>
Type Parameters
| Name | Description |
|---|---|
| TGroup | |
| TGroupContents |
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
Group
Declaration
public TGroup Group { get; }
Property Value
| Type | Description |
|---|---|
| TGroup |
Methods
AddSelectionToGroup()
Declaration
public void AddSelectionToGroup()
DeleteGroup()
Declaration
public void DeleteGroup()
SelectItems()
Declaration
public void SelectItems()
Implements
System.IEquatable<T>