C# Class Castle.Core.ParameterModel

Mostrar archivo Open project: castleproject/Windsor Class Usage Examples

Public Methods

Method Description
ParameterModel ( String name, IConfiguration value ) : System

Initializes a new instance of the ParameterModel class.

ParameterModel ( String name, String value ) : System

Initializes a new instance of the ParameterModel class.

Method Details

ParameterModel() public method

Initializes a new instance of the ParameterModel class.
public ParameterModel ( String name, IConfiguration value ) : System
name String The name.
value IConfiguration The value.
return System

ParameterModel() public method

Initializes a new instance of the ParameterModel class.
public ParameterModel ( String name, String value ) : System
name String The name.
value String The value.
return System