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

Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
GetCodeType ( OperationCode operationCode ) : NotificationType
GetCodesForOperation ( NotificationType type ) : IEnumerable
IsCodeOfOperationType ( OperationCode code, NotificationType type ) : bool

Method Details

GetCodeType() public static méthode

public static GetCodeType ( OperationCode operationCode ) : NotificationType
operationCode OperationCode
Résultat NotificationType

GetCodesForOperation() public static méthode

public static GetCodesForOperation ( NotificationType type ) : IEnumerable
type NotificationType
Résultat IEnumerable

IsCodeOfOperationType() public static méthode

public static IsCodeOfOperationType ( OperationCode code, NotificationType type ) : bool
code OperationCode
type NotificationType
Résultat bool