Class ObjectPathMethod
Namespace: PnP.Framework.Utilities.UnitTests.Model
Assembly: PnP.Framework.dll
Syntax
public class ObjectPathMethod : Property
Properties
Parameters
Declaration
public List<MethodParameter> Parameters { get; set; }
Property Value
|
List<MethodParameter>
|
Methods
CreateMockResponse(Object, BaseAction, String)
Declaration
public override MockResponseEntry CreateMockResponse(object associatedResponse, BaseAction action, string calledUrl)
Parameters
|
System.Object
associatedResponse
|
|
BaseAction
action
|
|
System.String
calledUrl
|
Returns
|
MockResponseEntry
|