Class ApsPluginStatic
- Namespace
- SunamoDevCode.Aps
- Assembly
- SunamoDevCode.dll
EN: Static base class for APS plugins CZ: Statická základní třída pro APS pluginy
public class ApsPluginStatic
- Inheritance
-
ApsPluginStatic
- Derived
- Inherited Members
- Extension Methods
Properties
Cmd
EN: Gets whether running in command line mode CZ: Získá zda běží v režimu příkazové řádky
public bool Cmd { get; }
Property Value
Fwss
EN: Gets folders with solutions list CZ: Získá seznam složek se solutions
public static FoldersWithSolutionsList Fwss { get; }
Property Value
UsedRepository
EN: Gets or sets the used repository CZ: Získá nebo nastaví používané repository
public static RepositoryLocal UsedRepository { get; set; }