C# Class Pepino.Domain.Entities.ApiPutStep

Inheritance: ApiStep
Mostra file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ApiPutStep ( System.Guid id, string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System
GetDescription ( ) : string
Modify ( string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable httpRequestOptions ) : void

Protected Methods

Method Description
ApiPutStep ( ) : System

Method Details

ApiPutStep() protected method

protected ApiPutStep ( ) : System
return System

ApiPutStep() public method

public ApiPutStep ( System.Guid id, string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable requestOptions, Criterion criterion ) : System
id System.Guid
host string
resource string
requestPayload object
responsePayloadKey string
requestOptions IEnumerable
criterion Criterion
return System

GetDescription() public method

public GetDescription ( ) : string
return string

Modify() public method

public Modify ( string host, string resource, object requestPayload, string responsePayloadKey, IEnumerable httpRequestOptions ) : void
host string
resource string
requestPayload object
responsePayloadKey string
httpRequestOptions IEnumerable
return void