Class GroupActionBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL
Assembly: VMDFBase.dll
This class is to represent the group action base.
public abstract class GroupActionBase
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
GroupActionBase()
protected GroupActionBase()
Properties
Name
Gets the name.
public abstract string Name { get; }
Property Value
Methods
Action(ObjectBase[], bool)
Actions the specified obs.
public abstract void Action(ObjectBase[] obs, bool bOnOff)
Parameters
obs ObjectBase[]
The obs.
bOnOff bool
if set to true [b on off].
State(ObjectBase[])
States the specified obs.
public abstract bool State(ObjectBase[] obs)
Parameters
obs ObjectBase[]
The obs.