C# Class Microsoft.Scripting.Actions.BinderMappingInfo

Contains the mapping information for a single Combo Binder. This includes the original meta-binder and the mapping of parameters, sub-sites, and constants into the binding.
Mostrar archivo Open project: jschementi/iron Class Usage Examples

Public Properties

Property Type Description
Binder System.Dynamic.DynamicMetaObjectBinder
MappingInfo IList

Public Methods

Method Description
BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
ToString ( ) : string

Method Details

BinderMappingInfo() public method

public BinderMappingInfo ( DynamicMetaObjectBinder binder ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
return System.Linq.Expressions

BinderMappingInfo() public method

public BinderMappingInfo ( DynamicMetaObjectBinder binder, IList mappingInfo ) : System.Linq.Expressions
binder System.Dynamic.DynamicMetaObjectBinder
mappingInfo IList
return System.Linq.Expressions

ToString() public method

public ToString ( ) : string
return string

Property Details

Binder public_oe property

public DynamicMetaObjectBinder,System.Dynamic Binder
return System.Dynamic.DynamicMetaObjectBinder

MappingInfo public_oe property

public IList MappingInfo
return IList