C# Class SyncanoSyncServer.Net.Notifications.NotificationTypeEnumStringConverter

Class converts NotificationTypes to String and the other way.
Afficher le fichier Open project: Syncano/syncano-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
GetNotificationType ( string value ) : NotificationType

Converts to NotificationType.

GetString ( NotificationType type ) : string

Converts to string.

Method Details

GetNotificationType() public static méthode

Converts to NotificationType.
public static GetNotificationType ( string value ) : NotificationType
value string String object.
Résultat NotificationType

GetString() public static méthode

Converts to string.
public static GetString ( NotificationType type ) : string
type NotificationType NotificationType object.
Résultat string