Class FEEntityGroupWithSelection<TGroup, TGroupContents>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEEntityGroupWithSelection<TGroup, TGroupContents>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.FE
Assembly: SMT.MastaAPI.13.0.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>