Class BuildConfigurator
Inheritance
System.Object
BuildConfigurator
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.Handlers
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public abstract class BuildConfigurator : IBuildConfigurator, IHandler
Properties
| Improve this Doc View SourceName
Declaration
public abstract string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
| Improve this Doc View SourceProcessConfiguration(Dictionary<String, String>)
Declaration
public virtual Dictionary<string, string> ProcessConfiguration(Dictionary<string, string> configuration)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.String> | configuration |
Returns
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Implements
| Improve this Doc View SourceProcessTargets(List<String>)
Declaration
public virtual List<string> ProcessTargets(List<string> targets)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | targets |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |