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.
Afficher le fichier Open project: polserver/poltools

Protected Properties

Свойство Type Description
_Filename string
_UOCCommand string

Méthodes publiques

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

Config File Method to retrieve the Filename Stored.
public GetFilename ( ) : string
Résultat string

GetUOCCommand() public méthode

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

Property Details

_Filename protected_oe property

Protected Config File Filename Storage
protected string _Filename
Résultat string

_UOCCommand protected_oe property

Protected Config File UOConvert Commandline Flag Storage
protected string _UOCCommand
Résultat string