C# Class Kimono.KCoreConfigSkeleton.ItemPathList

Inheritance: KCoreConfigSkeleton.ItemStringList, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Public Methods

Method 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

Protected Methods

Method Description
CreateProxy ( ) : void
ItemPathList ( Type dummy ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

ItemPathList() protected method

protected ItemPathList ( Type dummy ) : System
dummy System.Type
return System

ItemPathList() public method

public ItemPathList ( string _group, string _key, List reference ) : System
_group string
_key string
reference List
return System

ItemPathList() public method

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

ReadConfig() public method

@copydoc KConfigSkeletonItem.ReadConfig
public ReadConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
return void

WriteConfig() public method

@copydoc KConfigSkeletonItem.WriteConfig
public WriteConfig ( Kimono.KConfig config ) : void
config Kimono.KConfig
return void