C# 클래스 BKI_DichVuMatDat.CHRM_BaseMessages

파일 보기 프로젝트 열기: assassinadal/BKIProject-DichVuMatDat

공개 메소드들

메소드 설명
Close ( ) : void
GetMsg ( decimal i_MsgNumber ) : string
MsgBox_Confirm ( int MsgNumber ) : bool
MsgBox_Confirm ( string i_strMsg ) : bool
MsgBox_Error ( int MsgNumber ) : void
MsgBox_Error ( string i_strMsg ) : void
MsgBox_Infor ( int MsgNumber ) : void
MsgBox_Infor ( string i_strMsg ) : void
MsgBox_Warning ( int MsgNumber ) : void
MsgBox_Warning ( string i_strMsg ) : void
MsgBox_YES_NO_CANCEL ( int MsgNumber ) : DialogResult
MsgBox_YES_NO_CANCEL ( string i_strMsg ) : DialogResult
askUser_DataCouldBeDeleted ( int i_MsgNumber = 8 ) : IsDataCouldBeDeleted

비공개 메소드들

메소드 설명
CHRM_MsgBox_OK ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : void
CHRM_MsgBox_Yes_No ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : DialogResult
CHRM_MsgBox_Yes_No_Cancel ( string i_strMsg, string i_titleMsg, Msgs i_IconType ) : DialogResult
InitClass ( string i_UserFileName ) : void
LoadMessagesData ( decimal i_NumOFMsg ) : void

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

GetMsg() 공개 정적인 메소드

public static GetMsg ( decimal i_MsgNumber ) : string
i_MsgNumber decimal
리턴 string

MsgBox_Confirm() 공개 정적인 메소드

public static MsgBox_Confirm ( int MsgNumber ) : bool
MsgNumber int
리턴 bool

MsgBox_Confirm() 공개 정적인 메소드

public static MsgBox_Confirm ( string i_strMsg ) : bool
i_strMsg string
리턴 bool

MsgBox_Error() 공개 정적인 메소드

public static MsgBox_Error ( int MsgNumber ) : void
MsgNumber int
리턴 void

MsgBox_Error() 공개 정적인 메소드

public static MsgBox_Error ( string i_strMsg ) : void
i_strMsg string
리턴 void

MsgBox_Infor() 공개 정적인 메소드

public static MsgBox_Infor ( int MsgNumber ) : void
MsgNumber int
리턴 void

MsgBox_Infor() 공개 정적인 메소드

public static MsgBox_Infor ( string i_strMsg ) : void
i_strMsg string
리턴 void

MsgBox_Warning() 공개 정적인 메소드

public static MsgBox_Warning ( int MsgNumber ) : void
MsgNumber int
리턴 void

MsgBox_Warning() 공개 정적인 메소드

public static MsgBox_Warning ( string i_strMsg ) : void
i_strMsg string
리턴 void

MsgBox_YES_NO_CANCEL() 공개 정적인 메소드

public static MsgBox_YES_NO_CANCEL ( int MsgNumber ) : DialogResult
MsgNumber int
리턴 DialogResult

MsgBox_YES_NO_CANCEL() 공개 정적인 메소드

public static MsgBox_YES_NO_CANCEL ( string i_strMsg ) : DialogResult
i_strMsg string
리턴 DialogResult

askUser_DataCouldBeDeleted() 공개 정적인 메소드

public static askUser_DataCouldBeDeleted ( int i_MsgNumber = 8 ) : IsDataCouldBeDeleted
i_MsgNumber int
리턴 IsDataCouldBeDeleted