Class Identity
Inheritance
System.Object
Identity
Namespace: PnP.Framework.Utilities.UnitTests.Model
Assembly: PnP.Framework.dll
Syntax
public class Identity : object
Properties
Id
Declaration
public string Id { get; set; }
Property Value
|
System.String
|
Name
Declaration
public string Name { get; set; }
Property Value
|
System.String
|
Methods
CreateMockResponse(Object, BaseAction, String)
Declaration
public virtual MockResponseEntry CreateMockResponse(object associatedResponse, BaseAction action, string calledUrl)
Parameters
|
System.Object
associatedResponse
|
|
BaseAction
action
|
|
System.String
calledUrl
|
Returns
|
MockResponseEntry
|