C# Class POLUtils.UOConvert.UOCConfigFiles.ConfigFiles

Inheritable Public and Private Entities for UOConvert Config File Information. No default constructor as this Class is for Inheritable Purposes only.
Mostrar archivo Open project: polserver/poltools

Protected Properties

Property Type Description
_Filename string
_UOCCommand string

Public Methods

Method Description
GetFilename ( ) : string

Config File Method to retrieve the Filename Stored.

GetUOCCommand ( ) : string

Config File Method to retrieve the UOConvert Commandline Flag Stored.

Method Details

GetFilename() public method

Config File Method to retrieve the Filename Stored.
public GetFilename ( ) : string
return string

GetUOCCommand() public method

Config File Method to retrieve the UOConvert Commandline Flag Stored.
public GetUOCCommand ( ) : string
return string

Property Details

_Filename protected_oe property

Protected Config File Filename Storage
protected string _Filename
return string

_UOCCommand protected_oe property

Protected Config File UOConvert Commandline Flag Storage
protected string _UOCCommand
return string