C# Class NArrange.Core.ElementArrangerFactory

Class for creating ElementArranger instances based on configuration information.
Mostrar archivo Open project: MarcStan/NArrange Class Usage Examples

Public Methods

Method Description
CreateElementArranger ( ConfigurationElement configuration, ConfigurationElement parentConfiguration ) : IElementArranger

Creates an element arranger using the specified configuration information.

Private Methods

Method Description
CreateChildrenArranger ( ConfigurationElement parentConfiguration ) : IElementArranger

Creates an arranger for the children of elements associated with the specified cofiguration.

Method Details

CreateElementArranger() public static method

Creates an element arranger using the specified configuration information.
public static CreateElementArranger ( ConfigurationElement configuration, ConfigurationElement parentConfiguration ) : IElementArranger
configuration NArrange.Core.Configuration.ConfigurationElement The configuration.
parentConfiguration NArrange.Core.Configuration.ConfigurationElement The parent configuration.
return IElementArranger