Class ClickTwicePack
Inheritance
System.Object
ClickTwicePack
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:ScriptCs.ClickTwice
Assembly:ScriptCs.ClickTwice.dll
Syntax
public class ClickTwicePack : IScriptPackContext
Methods
| Improve this Doc View SourceConfigure(Action<ClickTwicePackSettings>)
Declaration
public void Configure(Action<ClickTwicePackSettings> configure)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ClickTwicePackSettings> | configure |
PublishApp(String, Action<ClickTwicePackSettings>)
Declaration
public Publisher PublishApp(string projectFilePath, Action<ClickTwicePackSettings> configure = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | projectFilePath | |
System.Action<ClickTwicePackSettings> | configure |
Returns
Type | Description |
---|---|
Publisher |
PublishTemplate(String)
Declaration
public ScriptTemplatePublisher PublishTemplate(string templateDirectory)
Parameters
Type | Name | Description |
---|---|---|
System.String | templateDirectory |
Returns
Type | Description |
---|---|
ScriptTemplatePublisher |