C# 클래스 Kimono.KCoreConfigSkeleton.ItemPassword

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ItemPassword ( string _group, string _key, StringBuilder reference ) : System
ItemPassword ( string _group, string _key, StringBuilder reference, string defaultValue ) : System @copydoc KConfigSkeletonGenericItem.KConfigSkeletonGenericItem

보호된 메소드들

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

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ItemPassword() 보호된 메소드

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

ItemPassword() 공개 메소드

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

ItemPassword() 공개 메소드

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