C# Class NinjaCoder.MvvmCross.Services.ReadMeService

Defines the ReadMeService type.
Inheritance: BaseService, IReadMeService
显示文件 Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

Method Description
AddLines ( string filePath, string functionName, IEnumerable lines, IEnumerable errorMessages, IEnumerable traceMessages ) : void

Adds the lines.

GetHeaderLine ( string headerText ) : string

Gets the header line.

GetSeperatorLine ( ) : string

Gets the seperator line.

ReadMeService ( IFileSystem fileSystem, ISettingsService settingsService ) : System

Initializes a new instance of the ReadMeService class.

Private Methods

Method Description
GetFooterLines ( ) : List

Gets the footer.

Method Details

AddLines() public method

Adds the lines.
public AddLines ( string filePath, string functionName, IEnumerable lines, IEnumerable errorMessages, IEnumerable traceMessages ) : void
filePath string The file path.
functionName string Name of the function.
lines IEnumerable The lines.
errorMessages IEnumerable The error messages.
traceMessages IEnumerable The trace messages.
return void

GetHeaderLine() public method

Gets the header line.
public GetHeaderLine ( string headerText ) : string
headerText string The header text.
return string

GetSeperatorLine() public method

Gets the seperator line.
public GetSeperatorLine ( ) : string
return string

ReadMeService() public method

Initializes a new instance of the ReadMeService class.
public ReadMeService ( IFileSystem fileSystem, ISettingsService settingsService ) : System
fileSystem IFileSystem The file system.
settingsService ISettingsService The settings service.
return System