C# Класс DevExpress.Mvvm.LocatorBase

Показать файл Открыть проект

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

Метод Описание
RegisterType ( string name, Type type ) : void

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

Метод Описание
CreateInstance ( Type type, string typeName ) : object
CreateTypeProperties ( IDictionary properties ) : string
GetTypes ( ) : IEnumerator
ResolveType ( string name, IDictionary &properties ) : Type
ResolveTypeName ( Type type, IDictionary properties ) : string
ResolveTypeProperties ( string &name, IDictionary &properties ) : void

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

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

protected CreateInstance ( Type type, string typeName ) : object
type Type
typeName string
Результат object

CreateTypeProperties() защищенный статический Метод

protected static CreateTypeProperties ( IDictionary properties ) : string
properties IDictionary
Результат string

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

protected GetTypes ( ) : IEnumerator
Результат IEnumerator

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

public RegisterType ( string name, Type type ) : void
name string
type Type
Результат void

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

protected ResolveType ( string name, IDictionary &properties ) : Type
name string
properties IDictionary
Результат Type

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

protected ResolveTypeName ( Type type, IDictionary properties ) : string
type Type
properties IDictionary
Результат string

ResolveTypeProperties() защищенный статический Метод

protected static ResolveTypeProperties ( string &name, IDictionary &properties ) : void
name string
properties IDictionary
Результат void