C# Class EA.Iws.Core.OperationCodes.OperationCodeMetadata

ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GetCodeType ( OperationCode operationCode ) : NotificationType
GetCodesForOperation ( NotificationType type ) : IEnumerable
IsCodeOfOperationType ( OperationCode code, NotificationType type ) : bool

Method Details

GetCodeType() public static method

public static GetCodeType ( OperationCode operationCode ) : NotificationType
operationCode OperationCode
return NotificationType

GetCodesForOperation() public static method

public static GetCodesForOperation ( NotificationType type ) : IEnumerable
type NotificationType
return IEnumerable

IsCodeOfOperationType() public static method

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