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

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

공개 메소드들

메소드 설명
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