C# Class Pepino.Domain.Entities.ApiStep

Inheritance: Step
Afficher le fichier Open project: AcklenAvenue/Pepino Class Usage Examples

Méthodes publiques

Méthode Description
Modify ( string host, string resource, string payloadKey, IEnumerable requestOptions ) : void
ReplaceTokens ( string token, string value ) : void
SetPayloadKey ( string payloadKey ) : Step

Méthodes protégées

Méthode Description
ApiStep ( ) : System
ApiStep ( System.Guid id, string host, string resource, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System

Method Details

ApiStep() protected méthode

protected ApiStep ( ) : System
Résultat System

ApiStep() protected méthode

protected ApiStep ( System.Guid id, string host, string resource, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System
id System.Guid
host string
resource string
responsePayloadKey string
requestOptions IEnumerable
criterion Criterion
Résultat System

Modify() public méthode

public Modify ( string host, string resource, string payloadKey, IEnumerable requestOptions ) : void
host string
resource string
payloadKey string
requestOptions IEnumerable
Résultat void

ReplaceTokens() public méthode

public ReplaceTokens ( string token, string value ) : void
token string
value string
Résultat void

SetPayloadKey() public méthode

public SetPayloadKey ( string payloadKey ) : Step
payloadKey string
Résultat Step