C# Класс OmniXaml.ObjectAssembler.Commands.EndMemberCommand

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

Private Properties

Свойство Тип Описание
AdaptCurrentCtorArgumentsToCurrentType void
GetTypesOfBestCtorMatch IList
SelectConstructor System.Reflection.ConstructorInfo

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

Метод Описание
EndMemberCommand ( ITypeRepository typeRepository, StateCommuter stateCommuter, IValueContext valueContext ) : System.Collections.Generic
Execute ( ) : void
ToString ( ) : string

Приватные методы

Метод Описание
AdaptCurrentCtorArgumentsToCurrentType ( ) : void
GetTypesOfBestCtorMatch ( XamlType xamlType, int count ) : IList
SelectConstructor ( XamlType xamlType, int count ) : ConstructorInfo

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

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

public EndMemberCommand ( ITypeRepository typeRepository, StateCommuter stateCommuter, IValueContext valueContext ) : System.Collections.Generic
typeRepository ITypeRepository
stateCommuter StateCommuter
valueContext IValueContext
Результат System.Collections.Generic

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

public Execute ( ) : void
Результат void

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

public ToString ( ) : string
Результат string