Click or drag to resize
IModelAccess Interface
ModelContainer implements this interface in order to provide access to its stored models

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IModelAccess : IEnumerable<IElementModel>, 
	IEnumerable

The IModelAccess type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of sections
Top
Methods
  NameDescription
Public methodGetElementModels
Retrieves all the IElementModel regardless of section grouping
Public methodGetElementModels(Int32)
Retrieves all IElementModel by section index
Public methodGetElementModels(String)
Retrieve all IElementModel of package by section name
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIElementModel.)
Public methodGetSectionName
Returns name of section by its index
Public methodGetSections
Find package section list
Top
Extension Methods
See Also