C# 클래스 Gallifrey.Settings.InternalSettings

상속: IInternalSettings
파일 보기 프로젝트 열기: BlythMeister/Gallifrey 1 사용 예제들

공개 메소드들

메소드 설명
SetIsPremium ( bool isPremium ) : void
SetLastChangeLogVersion ( System.Version currentVersion ) : void
SetLastHeartbeatTracked ( System.DateTime lastHeartbeat ) : void
ValidateInstallationId ( ) : bool

메소드 상세

SetIsPremium() 공개 메소드

public SetIsPremium ( bool isPremium ) : void
isPremium bool
리턴 void

SetLastChangeLogVersion() 공개 메소드

public SetLastChangeLogVersion ( System.Version currentVersion ) : void
currentVersion System.Version
리턴 void

SetLastHeartbeatTracked() 공개 메소드

public SetLastHeartbeatTracked ( System.DateTime lastHeartbeat ) : void
lastHeartbeat System.DateTime
리턴 void

ValidateInstallationId() 공개 메소드

public ValidateInstallationId ( ) : bool
리턴 bool