C# Класс NUnit.ProjectEditor.PropertyPresenter

The ProjectPresenter handles presentation of the project as a set of properties, which the ProjectView is expected to display.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PropertyPresenter ( IPropertyModel model, IPropertyView view ) : System

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

Метод Описание
AddAssemblyCommand_Execute ( ) : void
ApplicationBase_Validated ( ) : void
AssemblyList_SelectionChanged ( ) : void
AssemblyPath_Validated ( ) : void
BinPathType_SelectionChanged ( ) : void
BrowseConfigBaseCommand_Execute ( ) : void
BrowseForAssemblyPathCommand_Execute ( ) : void
BrowseProjectBaseCommand_Execute ( ) : void
ConfigList_SelectionChanged ( ) : void
ConfigurationFile_Validated ( ) : void
DomainUsage_SelectionChanged ( ) : void
EditConfigsCommand_Execute ( ) : void
InitializeView ( ) : void
IsIndexInRange ( int currentIndex ) : bool
LoadViewFromModel ( ) : void
MoveDownAssemblyCommand_Execute ( ) : void
MoveUpAssemblyCommand_Execute ( ) : void
PrivateBinPath_Validated ( ) : void
ProcessModel_SelectionChanged ( ) : void
ProjectBase_Validated ( ) : void
Project_Closed ( ) : void
Project_Created ( ) : void
RemoveAssemblyCommand_Execute ( ) : void
RunTime_SelectionChanged ( ) : void
RuntimeVersion_TextValidated ( ) : void
SetAssemblyList ( ) : void
SwapAssembly ( int newIndex ) : void
UpdateApplicationBase ( string appbase ) : void
ValidateDirectoryPath ( string property, string path ) : bool
ValidateFilePath ( string property, string path ) : bool
WireUpEvents ( ) : void
view_Selected ( ) : void

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

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

public PropertyPresenter ( IPropertyModel model, IPropertyView view ) : System
model IPropertyModel
view IPropertyView
Результат System