C# Class CustomConfigurations.CollectionsGroup

Mostra file Open project: twistedtwig/CustomConfigurations

Public Methods

Method Description
ContainsKey ( string name ) : bool

Determines if there is a collection with the given name attribute.

GetCollection ( string name ) : ConfigSection

Returns a config section for the given name attribute for the inner collection.

GetCollections ( ) : IEnumerable

Private Methods

Method Description
CollectionsGroup ( CollectionsGroupCollection collections, ConfigSection parent, bool allowValueInheritance ) : System

Method Details

ContainsKey() public method

Determines if there is a collection with the given name attribute.
public ContainsKey ( string name ) : bool
name string
return bool

GetCollection() public method

Returns a config section for the given name attribute for the inner collection.
public GetCollection ( string name ) : ConfigSection
name string
return ConfigSection

GetCollections() public method

public GetCollections ( ) : IEnumerable
return IEnumerable