Click or drag to resize
ElementSectionCollection Class
Collection of ElementSection
Inheritance Hierarchy
SystemObject
  FlexRule.Core.ModelElementSectionCollection
    FlexRule.Core.ModelModelContainer

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ElementSectionCollection

The ElementSectionCollection type exposes the following members.

Constructors
  NameDescription
Public methodElementSectionCollection
Top
Properties
  NameDescription
Protected propertyCount
Protected propertyInnerDictionary
Protected propertyItem
Returns ElementSection by its name
Protected propertySections
All sections in this collection
Top
Methods
  NameDescription
Protected methodAdd
Protected methodClear
Protected methodContains
Protected methodFillName
Protected methodGetAllModels
Protected methodOnAdded
Will be called after adding an ElementSection
Protected methodOnRemoved
Will be called after removing an ElementSection
Public methodRename
Top
Extension Methods
See Also