C# 클래스 Kimono.KCoreConfigSkeleton.ItemString

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

공개 메소드들

메소드 설명
Dispose ( ) : void
IsEqual ( Qyoto.QVariant p ) : bool @copydoc KConfigSkeletonItem.IsEqual(QVariant)
ItemString ( string _group, string _key, StringBuilder reference ) : System
ItemString ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
ItemString ( string _group, string _key, StringBuilder reference, string defaultValue, KCoreConfigSkeleton type ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem name="type" The type of string held by the item
Property ( ) : Qyoto.QVariant @copydoc KConfigSkeletonItem.Property()
ReadConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.ReadConfig(KConfig)
SetProperty ( Qyoto.QVariant p ) : void @copydoc KConfigSkeletonItem.SetProperty(QVariant)
WriteConfig ( Kimono.KConfig config ) : void @copydoc KConfigSkeletonItem.WriteConfig(KConfig)

보호된 메소드들

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

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsEqual() 공개 메소드

@copydoc KConfigSkeletonItem.IsEqual(QVariant)
public IsEqual ( Qyoto.QVariant p ) : bool
p Qyoto.QVariant
리턴 bool

ItemString() 보호된 메소드

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

ItemString() 공개 메소드

public ItemString ( string _group, string _key, StringBuilder reference ) : System
_group string
_key string
reference StringBuilder
리턴 System

ItemString() 공개 메소드

public ItemString ( string _group, string _key, StringBuilder reference, string defaultValue ) : System
_group string
_key string
reference StringBuilder
defaultValue string
리턴 System

ItemString() 공개 메소드

@copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem name="type" The type of string held by the item
public ItemString ( string _group, string _key, StringBuilder reference, string defaultValue, KCoreConfigSkeleton type ) : System
_group string
_key string
reference StringBuilder
defaultValue string
type KCoreConfigSkeleton
리턴 System

Property() 공개 메소드

@copydoc KConfigSkeletonItem.Property()
public Property ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

ReadConfig() 공개 메소드

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

SetProperty() 공개 메소드

@copydoc KConfigSkeletonItem.SetProperty(QVariant)
public SetProperty ( Qyoto.QVariant p ) : void
p Qyoto.QVariant
리턴 void

WriteConfig() 공개 메소드

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