Class Manager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public abstract class Manager
Constructors
| Improve this Doc View SourceManager(String)
Declaration
protected Manager(string projectFilePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectFilePath |
Properties
| Improve this Doc View SourceCleanOutputOnCompletion
Declaration
public bool CleanOutputOnCompletion { protected get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProjectFilePath
Declaration
public string ProjectFilePath { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceReadVersionFromAssemblyInfo()
Declaration
protected string ReadVersionFromAssemblyInfo()
Returns
Type | Description |
---|---|
System.String |