C# Class SobekCM.Core.Configuration.Configuration_Source_Info

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add_Log ( ) : void

Add an empty line to the reading log

Add_Log ( string LogLine ) : void

Add a reading log line to the log

Configuration_Source_Info ( ) : System

Method Details

Add_Log() public method

Add an empty line to the reading log
public Add_Log ( ) : void
return void

Add_Log() public method

Add a reading log line to the log
public Add_Log ( string LogLine ) : void
LogLine string Information to add to the log
return void

Configuration_Source_Info() public method

public Configuration_Source_Info ( ) : System
return System