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

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

Public Methods

Method Description
AndValue ( string actualValue ) : ICanAddNameValueEntry
NameValueValueBinder ( string keyValue, NameValueCollectionParser parser, ICanAddNameValueEntry nameValueCollectionBinder ) : FluentSpring.Context.Parsers

Method Details

AndValue() public method

public AndValue ( string actualValue ) : ICanAddNameValueEntry
actualValue string
return ICanAddNameValueEntry

NameValueValueBinder() public method

public NameValueValueBinder ( string keyValue, NameValueCollectionParser parser, ICanAddNameValueEntry nameValueCollectionBinder ) : FluentSpring.Context.Parsers
keyValue string
parser FluentSpring.Context.Parsers.NameValueCollectionParser
nameValueCollectionBinder ICanAddNameValueEntry
return FluentSpring.Context.Parsers