C# Class FluentSpring.Context.Configuration.Binders.NameValueKeyBinder

Inheritance: ICanBindNameValueKey
Show file Open project: thenapoleon/Fluent-API-for-Spring.Net

Public Methods

Method Description
NameValueKeyBinder ( NameValueCollectionParser parser, ICanAddNameValueEntry nameValueCollectionBinder ) : FluentSpring.Context.Parsers
WithKey ( string keyValue ) : ICanBindNameValueValue

Method Details

NameValueKeyBinder() public method

public NameValueKeyBinder ( NameValueCollectionParser parser, ICanAddNameValueEntry nameValueCollectionBinder ) : FluentSpring.Context.Parsers
parser FluentSpring.Context.Parsers.NameValueCollectionParser
nameValueCollectionBinder ICanAddNameValueEntry
return FluentSpring.Context.Parsers

WithKey() public method

public WithKey ( string keyValue ) : ICanBindNameValueValue
keyValue string
return ICanBindNameValueValue