C# Class SimTelemetry.Domain.Utils.IniReader

Inheritance: IDisposable
Mostra file Open project: nlhans/SimTelemetry Class Usage Examples

Protected Properties

Property Type Description
_group IList
_handlers IList>

Public Methods

Method Description
AddHandler ( Action handler ) : void
ApplyGroup ( string group, bool nest ) : void
Dispose ( ) : void
IniReader ( string dataSource ) : System
IniReader ( string dataSource, bool isFileData ) : System
Parse ( ) : void
RemoveHandler ( Action handler ) : void

Private Methods

Method Description
LeaveGroup ( bool nest ) : void

Method Details

AddHandler() public method

public AddHandler ( Action handler ) : void
handler Action
return void

ApplyGroup() public method

public ApplyGroup ( string group, bool nest ) : void
group string
nest bool
return void

Dispose() public method

public Dispose ( ) : void
return void

IniReader() public method

public IniReader ( string dataSource ) : System
dataSource string
return System

IniReader() public method

public IniReader ( string dataSource, bool isFileData ) : System
dataSource string
isFileData bool
return System

Parse() public method

public Parse ( ) : void
return void

RemoveHandler() public method

public RemoveHandler ( Action handler ) : void
handler Action
return void

Property Details

_group protected_oe property

protected IList _group
return IList

_handlers protected_oe property

protected IList> _handlers
return IList>