Static Public Member Functions | |
| static string | GetString (string key, ResourceManager rm) |
| Get a Localized String. | |
| static string | GetFileName (String path) |
| Get the File Name with the given Path. | |
| static string | GetExceptionType (Exception e) |
| Get the Exception Type. | |
| static string | GetSmartExceptionType (SoapException e) |
| Get the SmartException Type. | |
| static string | GetWebExceptionType (WebException e) |
| Get the WebException Type. | |
| static string | FormatSize (long size, ResourceManager rm) |
| Format Size. | |
| static string | FormatRights (Rights rights, ResourceManager rm) |
| Format Rights. | |
| static string | FormatDate (DateTime date, ResourceManager rm) |
| Format Date. | |
| static string | FormatDateTime (DateTime date, ResourceManager rm) |
| Format Date and Time. | |
| static string | FormatYesNo (bool value, ResourceManager rm) |
| Format Yes/No. | |
| static string | FormatChangeAction (ChangeEntryAction action, ResourceManager rm) |
| Format Change Type. | |
| static string Novell::iFolderApp::Web::WebUtility::GetString | ( | string | key, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Get a Localized String.
| key | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::GetFileName | ( | String | path | ) | [inline, static] |
Get the File Name with the given Path.
| path | The File Path String |
| static string Novell::iFolderApp::Web::WebUtility::GetExceptionType | ( | Exception | e | ) | [inline, static] |
Get the Exception Type.
| e | The Exception |
| static string Novell::iFolderApp::Web::WebUtility::GetSmartExceptionType | ( | SoapException | e | ) | [inline, static] |
Get the SmartException Type.
| e | The SoapException with Detail. |
| static string Novell::iFolderApp::Web::WebUtility::GetWebExceptionType | ( | WebException | e | ) | [inline, static] |
Get the WebException Type.
| e | The WebException with Status Detail. |
| static string Novell::iFolderApp::Web::WebUtility::FormatSize | ( | long | size, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Size.
| size | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::FormatRights | ( | Rights | rights, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Rights.
| rights | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::FormatDate | ( | DateTime | date, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Date.
| date | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::FormatDateTime | ( | DateTime | date, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Date and Time.
| date | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::FormatYesNo | ( | bool | value, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Yes/No.
| value | ||
| rm |
| static string Novell::iFolderApp::Web::WebUtility::FormatChangeAction | ( | ChangeEntryAction | action, | |
| ResourceManager | rm | |||
| ) | [inline, static] |
Format Change Type.
| action | ||
| rm |
1.5.6