Table of Contents

Class VipWindow

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll
public class VipWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
VipWindow
Implements
Inherited Members
Extension Methods

Constructors

VipWindow()

public VipWindow()

Fields

HostIDProperty

public static readonly DependencyProperty HostIDProperty

Field Value

DependencyProperty

LevelProperty

public static readonly DependencyProperty LevelProperty

Field Value

DependencyProperty

LicProperty

public static readonly DependencyProperty LicProperty

Field Value

DependencyProperty

ModuleProperty

public static readonly DependencyProperty ModuleProperty

Field Value

DependencyProperty

TimeProperty

public static readonly DependencyProperty TimeProperty

Field Value

DependencyProperty

Properties

HostID

public string HostID { get; set; }

Property Value

string

Level

public int Level { get; set; }

Property Value

int

Lic

public string Lic { get; set; }

Property Value

string

Module

public string Module { get; set; }

Property Value

string

Time

public string Time { get; set; }

Property Value

string

Methods

IsVail(string, out string)

验证当前许可是否可用

public static bool IsVail(string module, out string error)

Parameters

module string
error string

Returns

bool

ShowLic(string, out string)

显示当前许可

public static bool ShowLic(string module, out string error)

Parameters

module string
error string

Returns

bool