C# Класс SyncanoSyncServer.Net.Notifications.NotificationTypeEnumStringConverter

Class converts NotificationTypes to String and the other way.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetNotificationType ( string value ) : NotificationType

Converts to NotificationType.

GetString ( NotificationType type ) : string

Converts to string.

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

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

Converts to NotificationType.
public static GetNotificationType ( string value ) : NotificationType
value string String object.
Результат NotificationType

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

Converts to string.
public static GetString ( NotificationType type ) : string
type NotificationType NotificationType object.
Результат string