C# Class NinjaCoder.MvvmCross.Services.ReadMeService

Defines the ReadMeService type.
Inheritance: BaseService, IReadMeService
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetFooterLines ( ) : List

Gets the footer.

Method Details

AddLines() public méthode

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.
Résultat void

GetHeaderLine() public méthode

Gets the header line.
public GetHeaderLine ( string headerText ) : string
headerText string The header text.
Résultat string

GetSeperatorLine() public méthode

Gets the seperator line.
public GetSeperatorLine ( ) : string
Résultat string

ReadMeService() public méthode

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.
Résultat System