C# Class ZForge.SA.Komponent.SALicense

Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Свойство Type Description
mUsername string
mVersion string

Méthodes publiques

Méthode Description
Import ( string f ) : bool
Load ( ) : bool
Load ( string f ) : bool
SALicense ( ) : ZForge.UK.Util
SALicense ( string productName ) : ZForge.UK.Util

Méthodes protégées

Méthode Description
IsUK ( ) : bool
Validate ( IConfigSetting x ) : bool

Private Methods

Méthode Description
MD5 ( string p ) : string

Method Details

Import() public méthode

public Import ( string f ) : bool
f string
Résultat bool

IsUK() protected méthode

protected IsUK ( ) : bool
Résultat bool

Load() public méthode

public Load ( ) : bool
Résultat bool

Load() public méthode

public Load ( string f ) : bool
f string
Résultat bool

SALicense() public méthode

public SALicense ( ) : ZForge.UK.Util
Résultat ZForge.UK.Util

SALicense() public méthode

public SALicense ( string productName ) : ZForge.UK.Util
productName string
Résultat ZForge.UK.Util

Validate() protected méthode

protected Validate ( IConfigSetting x ) : bool
x IConfigSetting
Résultat bool

Property Details

mUsername protected_oe property

protected string mUsername
Résultat string

mVersion protected_oe property

protected string mVersion
Résultat string