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
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFillName
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAllModels
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAdded
Will be called after adding an ElementSection
Protected methodOnRemoved
Will be called after removing an ElementSection
Public methodRename
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also