Click or drag to resize
ModelContainer Class
This container is a place that all the IElementModel will be placed here.
Inheritance Hierarchy

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 ModelContainer : ElementSectionCollection, 
	IModelContainer, IModelAccess, IEnumerable<IElementModel>, IEnumerable

The ModelContainer type exposes the following members.

Constructors
  NameDescription
Public methodModelContainer
Top
Properties
  NameDescription
Public propertyCount
Protected propertyInnerDictionary (Inherited from ElementSectionCollection.)
Protected propertyItem
Returns ElementSection by its name
(Inherited from ElementSectionCollection.)
Protected propertySections
All sections in this collection
(Inherited from ElementSectionCollection.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberDefaultSection
Default section name
Top
Extension Methods
See Also