C# Class Pepino.Domain.Entities.ApiPostStep

Inheritance: ApiStep
Afficher le fichier Open project: AcklenAvenue/Pepino

Méthodes publiques

Méthode Description
ApiPostStep ( System.Guid id, string host, string resource, object payload, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System
GetDescription ( ) : string
Modify ( string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable httpRequestOptions ) : void

Méthodes protégées

Méthode Description
ApiPostStep ( ) : System

Method Details

ApiPostStep() protected méthode

protected ApiPostStep ( ) : System
Résultat System

ApiPostStep() public méthode

public ApiPostStep ( System.Guid id, string host, string resource, object payload, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System
id System.Guid
host string
resource string
payload object
responsePayloadKey string
requestOptions IEnumerable
criterion Criterion
Résultat System

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

Modify() public méthode

public Modify ( string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable httpRequestOptions ) : void
host string
resource string
requestPayload object
responsePayloadKey string
httpRequestOptions IEnumerable
Résultat void