Class Zone
public abstract class Zone : ZoneBase, IBulkUpdatableEntity
- Inheritance
-
Zone
- Implements
- Derived
- Inherited Members
Constructors
Zone(Application, int, string, ComponentCategory)
protected Zone(Application application, int id, string name, ComponentCategory componentCategory)
Parameters
application
Applicationid
intname
stringcomponentCategory
ComponentCategory
Properties
Elements
public ElementCol Elements { get; }
Property Value
Methods
AddElements(IEnumerable<int>)
public void AddElements(IEnumerable<int> elementIds)
Parameters
elementIds
IEnumerable<int>