C# Class Kimono.KCoreConfigSkeleton.ItemPassword

Inheritance: KCoreConfigSkeleton.ItemString, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

Méthode Description
Dispose ( ) : void
ItemPassword ( string _group, string _key, StringBuilder reference ) : System
ItemPassword ( string _group, string _key, StringBuilder reference, string defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
ItemPassword ( Type dummy ) : System

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ItemPassword() protected méthode

protected ItemPassword ( Type dummy ) : System
dummy System.Type
Résultat System

ItemPassword() public méthode

public ItemPassword ( string _group, string _key, StringBuilder reference ) : System
_group string
_key string
reference StringBuilder
Résultat System

ItemPassword() public méthode

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
public ItemPassword ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
_group string
_key string
reference StringBuilder
defaultValue string
Résultat System