C# Class SyncanoSyncServer.Net.Notifications.NotificationObjectEnumStringConverter

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

Méthodes publiques

Méthode Description
GetNotificationObject ( string value ) : NotificationObject

Converts to NotificationObject.

GetString ( NotificationObject value ) : string

Converts to string.

Method Details

GetNotificationObject() public static méthode

Converts to NotificationObject.
public static GetNotificationObject ( string value ) : NotificationObject
value string String object.
Résultat NotificationObject

GetString() public static méthode

Converts to string.
public static GetString ( NotificationObject value ) : string
value NotificationObject NotificationObject object.
Résultat string