C# Class Pepino.Domain.Entities.ApiStep

Inheritance: Step
显示文件 Open project: AcklenAvenue/Pepino Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

ApiStep() protected method

protected ApiStep ( ) : System
return System

ApiStep() protected method

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
return System

Modify() public method

public Modify ( string host, string resource, string payloadKey, IEnumerable requestOptions ) : void
host string
resource string
payloadKey string
requestOptions IEnumerable
return void

ReplaceTokens() public method

public ReplaceTokens ( string token, string value ) : void
token string
value string
return void

SetPayloadKey() public method

public SetPayloadKey ( string payloadKey ) : Step
payloadKey string
return Step