C# Class Kimono.KCoreConfigSkeleton.ItemPathList

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ItemPathList ( string _group, string _key, List reference ) : System
ItemPathList ( string _group, string _key, List reference, List defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig
WriteConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.WriteConfig

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
ItemPathList ( 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

ItemPathList() protected méthode

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

ItemPathList() public méthode

public ItemPathList ( string _group, string _key, List reference ) : System
_group string
_key string
reference List
Résultat System

ItemPathList() public méthode

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

ReadConfig() public méthode

@copydoc KConfigSkeletonItem.ReadConfig
public ReadConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
Résultat void

WriteConfig() public méthode

@copydoc KConfigSkeletonItem.WriteConfig
public WriteConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
Résultat void