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

Inheritance: MvxChainedSourceBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
PropertyIndexParameters ( ) : object[]

Method Details

MvxSimpleChainedSourceBinding() public méthode

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

PropertyIndexParameters() protected méthode

protected PropertyIndexParameters ( ) : object[]
Résultat object[]