C# 클래스 EA.Iws.Core.OperationCodes.OperationCodeMetadata

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GetCodeType ( OperationCode operationCode ) : NotificationType
GetCodesForOperation ( NotificationType type ) : IEnumerable
IsCodeOfOperationType ( OperationCode code, NotificationType type ) : bool

메소드 상세

GetCodeType() 공개 정적인 메소드

public static GetCodeType ( OperationCode operationCode ) : NotificationType
operationCode OperationCode
리턴 NotificationType

GetCodesForOperation() 공개 정적인 메소드

public static GetCodesForOperation ( NotificationType type ) : IEnumerable
type NotificationType
리턴 IEnumerable

IsCodeOfOperationType() 공개 정적인 메소드

public static IsCodeOfOperationType ( OperationCode code, NotificationType type ) : bool
code OperationCode
type NotificationType
리턴 bool