C# Class Gallifrey.Settings.InternalSettings

Inheritance: IInternalSettings
Show file Open project: BlythMeister/Gallifrey Class Usage Examples

Public Methods

Method Description
SetIsPremium ( bool isPremium ) : void
SetLastChangeLogVersion ( System.Version currentVersion ) : void
SetLastHeartbeatTracked ( System.DateTime lastHeartbeat ) : void
ValidateInstallationId ( ) : bool

Method Details

SetIsPremium() public method

public SetIsPremium ( bool isPremium ) : void
isPremium bool
return void

SetLastChangeLogVersion() public method

public SetLastChangeLogVersion ( System.Version currentVersion ) : void
currentVersion System.Version
return void

SetLastHeartbeatTracked() public method

public SetLastHeartbeatTracked ( System.DateTime lastHeartbeat ) : void
lastHeartbeat System.DateTime
return void

ValidateInstallationId() public method

public ValidateInstallationId ( ) : bool
return bool