C# Class Pepino.Domain.DomainEvents.ApiPatchStepCreated

Inheritance: ApiStepCreated
Show file Open project: AcklenAvenue/Pepino

Public Methods

Method Description
ApiPatchStepCreated ( 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

ApiPatchStepCreated() public method

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