C# Класс MvvmCross.Binding.Bindings.Source.Chained.MvxSimpleChainedSourceBinding

Наследование: MvxChainedSourceBinding
Показать файл Открыть проект

Открытые методы

Метод Описание
MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic

Защищенные методы

Метод Описание
PropertyIndexParameters ( ) : object[]

Описание методов

MvxSimpleChainedSourceBinding() публичный Метод

public MvxSimpleChainedSourceBinding ( object source, PropertyInfo propertyInfo, IList childTokens ) : System.Collections.Generic
source object
propertyInfo System.Reflection.PropertyInfo
childTokens IList
Результат System.Collections.Generic

PropertyIndexParameters() защищенный Метод

protected PropertyIndexParameters ( ) : object[]
Результат object[]