C# Class SyncanoSyncServer.Net.Notifications.NotificationObjectEnumStringConverter

Class converts NotificationObject to String and the other way.
显示文件 Open project: Syncano/syncano-dotnet Class Usage Examples

Public Methods

Method Description
GetNotificationObject ( string value ) : NotificationObject

Converts to NotificationObject.

GetString ( NotificationObject value ) : string

Converts to string.

Method Details

GetNotificationObject() public static method

Converts to NotificationObject.
public static GetNotificationObject ( string value ) : NotificationObject
value string String object.
return NotificationObject

GetString() public static method

Converts to string.
public static GetString ( NotificationObject value ) : string
value NotificationObject NotificationObject object.
return string