C# Class BKI_DichVuMatDat.CHRM_BaseMessages

Datei anzeigen Open project: assassinadal/BKIProject-DichVuMatDat

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Close() public static method

public static Close ( ) : void
return void

GetMsg() public static method

public static GetMsg ( decimal i_MsgNumber ) : string
i_MsgNumber decimal
return string

MsgBox_Confirm() public static method

public static MsgBox_Confirm ( int MsgNumber ) : bool
MsgNumber int
return bool

MsgBox_Confirm() public static method

public static MsgBox_Confirm ( string i_strMsg ) : bool
i_strMsg string
return bool

MsgBox_Error() public static method

public static MsgBox_Error ( int MsgNumber ) : void
MsgNumber int
return void

MsgBox_Error() public static method

public static MsgBox_Error ( string i_strMsg ) : void
i_strMsg string
return void

MsgBox_Infor() public static method

public static MsgBox_Infor ( int MsgNumber ) : void
MsgNumber int
return void

MsgBox_Infor() public static method

public static MsgBox_Infor ( string i_strMsg ) : void
i_strMsg string
return void

MsgBox_Warning() public static method

public static MsgBox_Warning ( int MsgNumber ) : void
MsgNumber int
return void

MsgBox_Warning() public static method

public static MsgBox_Warning ( string i_strMsg ) : void
i_strMsg string
return void

MsgBox_YES_NO_CANCEL() public static method

public static MsgBox_YES_NO_CANCEL ( int MsgNumber ) : DialogResult
MsgNumber int
return DialogResult

MsgBox_YES_NO_CANCEL() public static method

public static MsgBox_YES_NO_CANCEL ( string i_strMsg ) : DialogResult
i_strMsg string
return DialogResult

askUser_DataCouldBeDeleted() public static method

public static askUser_DataCouldBeDeleted ( int i_MsgNumber = 8 ) : IsDataCouldBeDeleted
i_MsgNumber int
return IsDataCouldBeDeleted