C# Class MvvmCross.Binding.Bindings.Source.Chained.MvxSimpleChainedSourceBinding

Inheritance: MvxChainedSourceBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic

Protected Methods

Method Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxSimpleChainedSourceBinding() public method

public MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic
source object
propertyInfo System.Reflection.PropertyInfo
childTokens IList
return System.Collections.Generic

PropertyIndexParameters() protected method

protected PropertyIndexParameters ( ) : object[]
return object[]