C# 클래스 KeePass.App.Configuration.AppConfigEx

파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChangePathRelAbs void
ChangePathRelAbsStr string
ChangePathsRelAbs void
ObfuscateCred void
OnLoad void
OnSavePost void
OnSavePre void
PrepareSave void

공개 메소드들

메소드 설명
AppConfigEx ( ) : System
Apply ( AceApplyFlags f ) : void
ClearXmlPathCache ( ) : void
IsOptionEnforced ( object pContainer, PropertyInfo pi ) : bool
IsOptionEnforced ( object pContainer, string strPropertyName ) : bool

비공개 메소드들

메소드 설명
ChangePathRelAbs ( IOConnectionInfo ioc, bool bMakeAbsolute ) : void
ChangePathRelAbsStr ( string strPath, bool bMakeAbsolute ) : string
ChangePathsRelAbs ( bool bMakeAbsolute ) : void
ObfuscateCred ( bool bObf ) : void
OnLoad ( ) : void
OnSavePost ( ) : void
OnSavePre ( ) : void
PrepareSave ( ) : void

Prepare for saving the configuration to disk. None of the modifications in this method need to be rolled back (for rollback, use OnSavePre / OnSavePost).

메소드 상세

AppConfigEx() 공개 메소드

public AppConfigEx ( ) : System
리턴 System

Apply() 공개 메소드

public Apply ( AceApplyFlags f ) : void
f AceApplyFlags
리턴 void

ClearXmlPathCache() 공개 정적인 메소드

public static ClearXmlPathCache ( ) : void
리턴 void

IsOptionEnforced() 공개 정적인 메소드

public static IsOptionEnforced ( object pContainer, PropertyInfo pi ) : bool
pContainer object
pi System.Reflection.PropertyInfo
리턴 bool

IsOptionEnforced() 공개 정적인 메소드

public static IsOptionEnforced ( object pContainer, string strPropertyName ) : bool
pContainer object
strPropertyName string
리턴 bool