C# 클래스 SyncanoSyncServer.Net.Notifications.NotificationObjectEnumStringConverter

Class converts NotificationObject to String and the other way.
파일 보기 프로젝트 열기: Syncano/syncano-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetNotificationObject ( string value ) : NotificationObject

Converts to NotificationObject.

GetString ( NotificationObject value ) : string

Converts to string.

메소드 상세

GetNotificationObject() 공개 정적인 메소드

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

GetString() 공개 정적인 메소드

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