C# Class MvvmCross.Core.ViewModels.MvxCommandCollectionBuilder.MvxBaseCommandBuilder

Inheritance: IMvxCommandBuilder
显示文件 Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ToCommand ( object owner ) : IMvxCommand

Protected Methods

Method Description
MvxBaseCommandBuilder ( MethodInfo executeMethodInfo, PropertyInfo canExecutePropertyInfo ) : System

Method Details

MvxBaseCommandBuilder() protected method

protected MvxBaseCommandBuilder ( MethodInfo executeMethodInfo, PropertyInfo canExecutePropertyInfo ) : System
executeMethodInfo System.Reflection.MethodInfo
canExecutePropertyInfo System.Reflection.PropertyInfo
return System

ToCommand() public abstract method

public abstract ToCommand ( object owner ) : IMvxCommand
owner object
return IMvxCommand