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

Inheritance: MvxChainedSourceBinding
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxIndexerChainedSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexerPropertyToken, IList childTokens ) : System.Collections.Generic

Protected Methods

Method Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxIndexerChainedSourceBinding() public method

public MvxIndexerChainedSourceBinding ( object source, PropertyInfo itemPropertyInfo, MvxIndexerPropertyToken indexerPropertyToken, IList childTokens ) : System.Collections.Generic
source object
itemPropertyInfo System.Reflection.PropertyInfo
indexerPropertyToken MvvmCross.Binding.Parse.PropertyPath.PropertyTokens.MvxIndexerPropertyToken
childTokens IList
return System.Collections.Generic

PropertyIndexParameters() protected method

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