C# Class EnergyTrading.Mdm.Messages.MessageFactory

Afficher le fichier Open project: RWE-Nexus/EnergyTrading-MDM

Méthodes publiques

Méthode Description
CrossMappingRequest ( NameValueCollection collection ) : CrossMappingRequest
GetRequest ( NameValueCollection collection ) : GetRequest
MappingRequest ( NameValueCollection collection ) : MappingRequest
ParseReadRequest ( ReadRequest message, NameValueCollection collection ) : void

Private Methods

Méthode Description
ParseMappingRequest ( MappingRequest message, NameValueCollection collection ) : void

Method Details

CrossMappingRequest() public static méthode

public static CrossMappingRequest ( NameValueCollection collection ) : CrossMappingRequest
collection System.Collections.Specialized.NameValueCollection
Résultat CrossMappingRequest

GetRequest() public static méthode

public static GetRequest ( NameValueCollection collection ) : GetRequest
collection System.Collections.Specialized.NameValueCollection
Résultat GetRequest

MappingRequest() public static méthode

public static MappingRequest ( NameValueCollection collection ) : MappingRequest
collection System.Collections.Specialized.NameValueCollection
Résultat MappingRequest

ParseReadRequest() public static méthode

public static ParseReadRequest ( ReadRequest message, NameValueCollection collection ) : void
message ReadRequest
collection System.Collections.Specialized.NameValueCollection
Résultat void