C# 클래스 avt.DynamicFlashRotator.Net.RegCore.Storage.DsLicFile

상속: IActivationDataStore
파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

Private Properties

프로퍼티 타입 설명
SaveAllActivations void

공개 메소드들

메소드 설명
AddActivation ( ILicenseActivation act ) : void
AddActivation ( string regCode, string host, string actCode, string productKey, string baseProductCode, string baseVersionCode ) : void
DsLicFile ( ) : System
GetActivations ( ) : ILicenseActivation>.Dictionary
Remove ( ILicenseActivation act ) : void
Remove ( string regCode, string host ) : void
RemoveAll ( ) : void
RemoveTrial ( ) : void

비공개 메소드들

메소드 설명
SaveAllActivations ( ) : void

메소드 상세

AddActivation() 공개 메소드

public AddActivation ( ILicenseActivation act ) : void
act ILicenseActivation
리턴 void

AddActivation() 공개 메소드

public AddActivation ( string regCode, string host, string actCode, string productKey, string baseProductCode, string baseVersionCode ) : void
regCode string
host string
actCode string
productKey string
baseProductCode string
baseVersionCode string
리턴 void

DsLicFile() 공개 메소드

public DsLicFile ( ) : System
리턴 System

GetActivations() 공개 메소드

public GetActivations ( ) : ILicenseActivation>.Dictionary
리턴 ILicenseActivation>.Dictionary

Remove() 공개 메소드

public Remove ( ILicenseActivation act ) : void
act ILicenseActivation
리턴 void

Remove() 공개 메소드

public Remove ( string regCode, string host ) : void
regCode string
host string
리턴 void

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

RemoveTrial() 공개 메소드

public RemoveTrial ( ) : void
리턴 void