C# 클래스 Kimono.KCoreConfigSkeleton.ItemEnum

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

공개 메소드들

메소드 설명
Choices ( ) : List @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem name="choices" The list of enums that can be stored in this item
Dispose ( ) : void
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig(KConfig)
WriteConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.WriteConfig(KConfig)

보호된 메소드들

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

메소드 상세

Choices() 공개 메소드

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem name="choices" The list of enums that can be stored in this item
public Choices ( ) : List
리턴 List

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ItemEnum() 보호된 메소드

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

ReadConfig() 공개 메소드

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

WriteConfig() 공개 메소드

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