Table of Contents

Class LicWindow

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll

LicWindow.xaml 的交互逻辑

public class LicWindow : DialogWindowBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IWindowBase
Inheritance
LicWindow
Implements
Inherited Members
Extension Methods

Constructors

LicWindow()

public LicWindow()

Fields

HostIDProperty

public static readonly DependencyProperty HostIDProperty

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

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