C# Class csCommon.Types.DataServer.PoI.CsvService

Inheritance: ExtendedPoiService
Mostrar archivo Open project: TNOCS/csTouch

Public Methods

Method Description
CreateService ( string name, System.Guid id, string folder = "", string relativeFolder = "" ) : CsvService

Protected Methods

Method Description
ProcessFile ( ) : Exception

Method Details

CreateService() public static method

public static CreateService ( string name, System.Guid id, string folder = "", string relativeFolder = "" ) : CsvService
name string
id System.Guid
folder string
relativeFolder string
return CsvService

ProcessFile() protected method

protected ProcessFile ( ) : Exception
return System.Exception