C# 클래스 ServiceInsight.Framework.Licensing.AppLicenseManager

파일 보기 프로젝트 열기: Particular/ServiceInsight 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AppLicenseManager ( ) : System
GetRemainingTrialDays ( ) : int
IsLicenseExpired ( ) : bool
TryInstallLicense ( string licenseText ) : bool

메소드 상세

AppLicenseManager() 공개 메소드

public AppLicenseManager ( ) : System
리턴 System

GetRemainingTrialDays() 공개 메소드

public GetRemainingTrialDays ( ) : int
리턴 int

IsLicenseExpired() 공개 메소드

public IsLicenseExpired ( ) : bool
리턴 bool

TryInstallLicense() 공개 메소드

public TryInstallLicense ( string licenseText ) : bool
licenseText string
리턴 bool