C# 클래스 Kimono.KCoreConfigSkeleton.ItemPathList

상속: KCoreConfigSkeleton.ItemStringList, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
ItemPathList ( Type dummy ) : System

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ItemPathList() 보호된 메소드

protected ItemPathList ( Type dummy ) : System
dummy System.Type
리턴 System

ItemPathList() 공개 메소드

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

ItemPathList() 공개 메소드

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

ReadConfig() 공개 메소드

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

WriteConfig() 공개 메소드

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