Class AppInfoHandler
Inheritance
System.Object
AppInfoHandler
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 class AppInfoHandler : IInputHandler, IOutputHandler, IHandler
Constructors
| Improve this Doc View SourceAppInfoHandler(AppInfoManager)
Declaration
public AppInfoHandler(AppInfoManager manager = null)
Parameters
Type | Name | Description |
---|---|---|
AppInfoManager | manager |
AppInfoHandler(Action<AppInfoManager>)
Declaration
public AppInfoHandler(Action<AppInfoManager> configure)
Parameters
Type | Name | Description |
---|---|---|
System.Action<AppInfoManager> | configure |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Explicit Interface Implementations
| Improve this Doc View SourceIInputHandler.Process(String)
Declaration
HandlerResponse IInputHandler.Process(string inputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputPath |
Returns
Type | Description |
---|---|
HandlerResponse |
Implements
| Improve this Doc View SourceIOutputHandler.Process(String)
Declaration
HandlerResponse IOutputHandler.Process(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
HandlerResponse |