C# Class OmniXaml.ObjectAssembler.Commands.EndMemberCommand

Inheritance: Command
Afficher le fichier Open project: AvaloniaUI/OmniXAML

Private Properties

Свойство Type Description
AdaptCurrentCtorArgumentsToCurrentType void
GetTypesOfBestCtorMatch IList
SelectConstructor System.Reflection.ConstructorInfo

Méthodes publiques

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

Private Methods

Méthode Description
AdaptCurrentCtorArgumentsToCurrentType ( ) : void
GetTypesOfBestCtorMatch ( XamlType xamlType, int count ) : IList
SelectConstructor ( XamlType xamlType, int count ) : ConstructorInfo

Method Details

EndMemberCommand() public méthode

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

Execute() public méthode

public Execute ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string