C# Class Pepino.Domain.DomainEvents.ApiPostStepCreated

Inheritance: ApiStepCreated
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ApiPostStepCreated ( System.Guid userId, System.Guid projectId, System.Guid criterionId, System.Guid stepId, string host, string resource, object payload, string responsePayloadKey, List requestOptions ) : System

Method Details

ApiPostStepCreated() public method

public ApiPostStepCreated ( System.Guid userId, System.Guid projectId, System.Guid criterionId, System.Guid stepId, string host, string resource, object payload, string responsePayloadKey, List requestOptions ) : System
userId System.Guid
projectId System.Guid
criterionId System.Guid
stepId System.Guid
host string
resource string
payload object
responsePayloadKey string
requestOptions List
return System