C# Class Pepino.Domain.Entities.ApiGetStep

Inheritance: ApiStep
Show file Open project: AcklenAvenue/Pepino

Public Methods

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

Protected Methods

Method Description
ApiGetStep ( ) : System

Method Details

ApiGetStep() protected method

protected ApiGetStep ( ) : System
return System

ApiGetStep() public method

public ApiGetStep ( 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

GetDescription() public method

public GetDescription ( ) : string
return string