Table of Contents

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

bool

Fwss

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

public static FoldersWithSolutionsList Fwss { get; }

Property Value

FoldersWithSolutionsList

UsedRepository

EN: Gets or sets the used repository CZ: Získá nebo nastaví používané repository

public static RepositoryLocal UsedRepository { get; set; }

Property Value

RepositoryLocal