C# Class CrossUI.Core.Builder.TypedUserInterfaceBuilder

显示文件 Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
Build ( KeyedDescription description ) : object
RegisterConventionalKeys ( Assembly assembly, string keyNamesEndWith = null ) : void
TypedUserInterfaceBuilder ( Type type, string conventionalEnding, string defaultKey ) : CrossUI.Core.Descriptions

Method Details

Build() public method

public Build ( KeyedDescription description ) : object
description CrossUI.Core.Descriptions.KeyedDescription
return object

RegisterConventionalKeys() public method

public RegisterConventionalKeys ( Assembly assembly, string keyNamesEndWith = null ) : void
assembly System.Reflection.Assembly
keyNamesEndWith string
return void

TypedUserInterfaceBuilder() public method

public TypedUserInterfaceBuilder ( Type type, string conventionalEnding, string defaultKey ) : CrossUI.Core.Descriptions
type System.Type
conventionalEnding string
defaultKey string
return CrossUI.Core.Descriptions