C# Class POL.Log_Parser.Options

Show file Open project: polserver/poltools

Public Properties

Property Type Description
CaseParse bool
DefaultLogPath string
DefaultOutputPath string
DefaultPOLPath string
LastUsedList string

Public Methods

Method Description
Load ( ) : void
Options ( ) : System
Save ( ) : void

Method Details

Load() public static method

public static Load ( ) : void
return void

Options() public method

public Options ( ) : System
return System

Save() public static method

public static Save ( ) : void
return void

Property Details

CaseParse public property

public bool CaseParse
return bool

DefaultLogPath public property

public string DefaultLogPath
return string

DefaultOutputPath public property

public string DefaultOutputPath
return string

DefaultPOLPath public property

public string DefaultPOLPath
return string

LastUsedList public property

public string LastUsedList
return string