C# Class NArrange.Core.ElementArrangerFactory

Class for creating ElementArranger instances based on configuration information.
Afficher le fichier Open project: MarcStan/NArrange Class Usage Examples

Méthodes publiques

Méthode Description
CreateElementArranger ( ConfigurationElement configuration, ConfigurationElement parentConfiguration ) : IElementArranger

Creates an element arranger using the specified configuration information.

Private Methods

Méthode Description
CreateChildrenArranger ( ConfigurationElement parentConfiguration ) : IElementArranger

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

Method Details

CreateElementArranger() public static méthode

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.
Résultat IElementArranger