C# Class GSoft.Dynamite.Binding.EntityBindingDetail

Details for an entity binding.
Show file Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Public Methods

Method Description
EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection

Initializes a new instance of the EntityBindingDetail class.

Method Details

EntityBindingDetail() public method

Initializes a new instance of the EntityBindingDetail class.
public EntityBindingDetail ( PropertyInfo entityProperty, string valueKey, IConverter converter, BindingType bindingType ) : System.Reflection
entityProperty System.Reflection.PropertyInfo The entity property.
valueKey string The value key.
converter IConverter The converter.
bindingType BindingType Type of the binding.
return System.Reflection