C# Class ZForge.SA.Komponent.SALicense

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Property Type Description
mUsername string
mVersion string

Public Methods

Method Description
Import ( string f ) : bool
Load ( ) : bool
Load ( string f ) : bool
SALicense ( ) : ZForge.UK.Util
SALicense ( string productName ) : ZForge.UK.Util

Protected Methods

Method Description
IsUK ( ) : bool
Validate ( IConfigSetting x ) : bool

Private Methods

Method Description
MD5 ( string p ) : string

Method Details

Import() public method

public Import ( string f ) : bool
f string
return bool

IsUK() protected method

protected IsUK ( ) : bool
return bool

Load() public method

public Load ( ) : bool
return bool

Load() public method

public Load ( string f ) : bool
f string
return bool

SALicense() public method

public SALicense ( ) : ZForge.UK.Util
return ZForge.UK.Util

SALicense() public method

public SALicense ( string productName ) : ZForge.UK.Util
productName string
return ZForge.UK.Util

Validate() protected method

protected Validate ( IConfigSetting x ) : bool
x IConfigSetting
return bool

Property Details

mUsername protected_oe property

protected string mUsername
return string

mVersion protected_oe property

protected string mVersion
return string