C# Класс Quickstarts.ClientUtils

Defines numerous re-useable utility functions.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAccessLevelDisplayText ( byte accessLevel ) : string

Gets the display text for the access level attribute.

GetAppIcon ( ) : System.Drawing.Icon

Returns the application icon.

GetEventNotifierDisplayText ( byte eventNotifier ) : string

Gets the display text for the event notifier attribute.

GetValueRankDisplayText ( int valueRank ) : string

Gets the display text for the value rank attribute.

HandleException ( string caption, Exception e ) : void

Handles an exception.

Описание методов

GetAccessLevelDisplayText() публичный статический Метод

Gets the display text for the access level attribute.
public static GetAccessLevelDisplayText ( byte accessLevel ) : string
accessLevel byte The access level.
Результат string

GetAppIcon() публичный статический Метод

Returns the application icon.
public static GetAppIcon ( ) : System.Drawing.Icon
Результат System.Drawing.Icon

GetEventNotifierDisplayText() публичный статический Метод

Gets the display text for the event notifier attribute.
public static GetEventNotifierDisplayText ( byte eventNotifier ) : string
eventNotifier byte The event notifier.
Результат string

GetValueRankDisplayText() публичный статический Метод

Gets the display text for the value rank attribute.
public static GetValueRankDisplayText ( int valueRank ) : string
valueRank int The value rank.
Результат string

HandleException() публичный статический Метод

Handles an exception.
public static HandleException ( string caption, Exception e ) : void
caption string
e System.Exception
Результат void