Class AppDetailsPageHandler
Inheritance
System.Object
AppDetailsPageHandler
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.Handlers.AppDetailsPage
Assembly:ClickTwice.Handlers.AppDetailsPage.dll
Syntax
public class AppDetailsPageHandler : IOutputHandler, IHandler
Constructors
| Improve this Doc View SourceAppDetailsPageHandler(FileInfo)
Declaration
public AppDetailsPageHandler(FileInfo localPackage)
Parameters
Type | Name | Description |
---|---|---|
System.IO.FileInfo | localPackage |
AppDetailsPageHandler(String, String)
Declaration
public AppDetailsPageHandler(string templateName, string source = "http://nuget.org/api/v2")
Parameters
Type | Name | Description |
---|---|---|
System.String | templateName | |
System.String | source |
Properties
| Improve this Doc View SourceFileNameMap
Declaration
public Dictionary<string, string> FileNameMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
| Improve this Doc View SourceProcess(String)
Declaration
public HandlerResponse Process(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
HandlerResponse |