C# Class GlowCommon.DataObjects.GlowControlSettings

Mostra file Open project: QuinnDamerell/Glow Class Usage Examples

Public Properties

Property Type Description
ReadSettings bool

Public Methods

Method Description
GlowControlSettings ( bool readSettings = false ) : System
SaveSettings ( ) : void

Method Details

GlowControlSettings() public method

public GlowControlSettings ( bool readSettings = false ) : System
readSettings bool
return System

SaveSettings() public method

public SaveSettings ( ) : void
return void

Property Details

ReadSettings public_oe property

Indicates if we should read settings from the store.
public bool ReadSettings
return bool