C# 클래스 OmniXaml.ObjectAssembler.Commands.EndMemberCommand

상속: Command
파일 보기 프로젝트 열기: AvaloniaUI/OmniXAML

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