C# Класс CrossUI.Core.Builder.TypedUserInterfaceBuilder

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Build ( KeyedDescription description ) : object
RegisterConventionalKeys ( Assembly assembly, string keyNamesEndWith = null ) : void
TypedUserInterfaceBuilder ( Type type, string conventionalEnding, string defaultKey ) : CrossUI.Core.Descriptions

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

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

public Build ( KeyedDescription description ) : object
description CrossUI.Core.Descriptions.KeyedDescription
Результат object

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

public RegisterConventionalKeys ( Assembly assembly, string keyNamesEndWith = null ) : void
assembly System.Reflection.Assembly
keyNamesEndWith string
Результат void

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

public TypedUserInterfaceBuilder ( Type type, string conventionalEnding, string defaultKey ) : CrossUI.Core.Descriptions
type System.Type
conventionalEnding string
defaultKey string
Результат CrossUI.Core.Descriptions