Table of Contents

Class LicenseOption

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll
public class LicenseOption
Inheritance
LicenseOption
Inherited Members
Extension Methods

Properties

EndTime

public DateTime EndTime { get; set; }

Property Value

DateTime

HostID

public string HostID { get; set; }

Property Value

string

Level

-1表示试用

public int Level { get; set; }

Property Value

int

License

public string License { get; set; }

Property Value

string

Module

public string Module { get; set; }

Property Value

string

Methods

GetDisplay()

public string GetDisplay()

Returns

string

IsMatch(string, out string)

public bool IsMatch(string str, out string error)

Parameters

str string
error string

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.