C# Class OmniXaml.ObjectAssembler.Commands.EndMemberCommand

Inheritance: Command
ファイルを表示 Open project: AvaloniaUI/OmniXAML

Private Properties

Property Type Description
AdaptCurrentCtorArgumentsToCurrentType void
GetTypesOfBestCtorMatch IList
SelectConstructor System.Reflection.ConstructorInfo

Public Methods

Method Description
EndMemberCommand ( ITypeRepository typeRepository, StateCommuter stateCommuter, IValueContext valueContext ) : System.Collections.Generic
Execute ( ) : void
ToString ( ) : string

Private Methods

Method Description
AdaptCurrentCtorArgumentsToCurrentType ( ) : void
GetTypesOfBestCtorMatch ( XamlType xamlType, int count ) : IList
SelectConstructor ( XamlType xamlType, int count ) : ConstructorInfo

Method Details

EndMemberCommand() public method

public EndMemberCommand ( ITypeRepository typeRepository, StateCommuter stateCommuter, IValueContext valueContext ) : System.Collections.Generic
typeRepository ITypeRepository
stateCommuter StateCommuter
valueContext IValueContext
return System.Collections.Generic

Execute() public method

public Execute ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string