C# Класс ModelBuilder.UnitTests.TypeCreatorBaseTests.TypeCreatorWrapper

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

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

Метод Описание
CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool

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

Метод Описание
CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object

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

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

public CanCreate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Результат bool

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

public CanPopulate ( Type type, string referenceName, LinkedList buildChain ) : bool
type System.Type
referenceName string
buildChain LinkedList
Результат bool

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

protected CreateInstance ( Type type, string referenceName, LinkedList buildChain ) : object
type System.Type
referenceName string
buildChain LinkedList
Результат object

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

protected PopulateInstance ( object instance, IExecuteStrategy executeStrategy ) : object
instance object
executeStrategy IExecuteStrategy
Результат object