Метод | Описание | |
---|---|---|
ApplyTo ( IConfiguration configuration ) : void |
Applies the configuration node.
|
|
Eq ( IConfiguration configNode ) : |
Builds the ComplexChild with name/config.
|
|
Eq ( ) : |
Builds the Child with name/config.
|
|
Eq ( String value ) : |
Builds the SimpleChild with name/value.
|
|
Eq ( object value ) : |
Builds the SimpleChild with name/value.
|
Метод | Описание | |
---|---|---|
NamedChild ( String name ) : System |
public ApplyTo ( IConfiguration configuration ) : void | ||
configuration | IConfiguration | The configuration. |
Результат | void |
public Eq ( IConfiguration configNode ) : |
||
configNode | IConfiguration | The child configuration. |
Результат |
public Eq ( String value ) : |
||
value | String | The child value. |
Результат |
public Eq ( object value ) : |
||
value | object | The child value. |
Результат |