Table of Contents

Class ApsMainWindow

Namespace
SunamoDevCode.Aps
Assembly
SunamoDevCode.dll

EN: Main window class for APS (AllProjectsSearch) application CZ: Třída hlavního okna pro APS (AllProjectsSearch) aplikaci

public class ApsMainWindow : IMainWindowCsFileFilter
Inheritance
ApsMainWindow
Implements
Inherited Members
Extension Methods

Constructors

ApsMainWindow()

EN: Initializes a new instance of ApsMainWindow CZ: Inicializuje novou instanci ApsMainWindow

public ApsMainWindow()

Fields

CsFileFilterInstance

EN: C# file filter instance CZ: Instance filtru C# souborů

public static CsFileFilter? CsFileFilterInstance

Field Value

CsFileFilter

FoldersWithSolutionsInstance

EN: Folders with solutions instance CZ: Instance složek se solutions

public static IFoldersWithSolutions? FoldersWithSolutionsInstance

Field Value

IFoldersWithSolutions

Instance

EN: Singleton instance of ApsMainWindow CZ: Singleton instance ApsMainWindow

public static ApsMainWindow Instance

Field Value

ApsMainWindow

MainWindowAps

EN: Main window APS interface CZ: Rozhraní hlavního okna APS

public static IMainWindowAps? MainWindowAps

Field Value

IMainWindowAps

Properties

CsFileFilter

EN: Gets or sets the C# file filter CZ: Získá nebo nastaví filtr C# souborů

public CsFileFilter CsFileFilter { get; set; }

Property Value

CsFileFilter

Fwss

EN: Gets folders with solutions list CZ: Získá seznam složek se solutions

public FoldersWithSolutionsList Fwss { get; }

Property Value

FoldersWithSolutionsList

cmd

EN: Gets or sets whether running in command line mode CZ: Získá nebo nastaví zda běží v režimu příkazové řádky

public bool cmd { get; set; }

Property Value

bool