Search Results for

    Show / Hide Table of Contents

    Class ActionObjectPath<T>

    Inheritance
    System.Object
    ActionObjectPath<T>
    ActionObjectPath
    Namespace: PnP.Framework.Utilities.UnitTests.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ActionObjectPath<T> : object
    Type Parameters
    T

    Properties

    Action

    Declaration
    public BaseAction Action { get; set; }
    Property Value
    BaseAction

    ObjectPath

    Declaration
    public Identity ObjectPath { get; set; }
    Property Value
    Identity

    Methods

    GenerateMock(String, String)

    Declaration
    public MockResponseEntry GenerateMock(string responseBody, string calledUrl)
    Parameters
    System.String responseBody

    System.String calledUrl

    Returns
    MockResponseEntry

    GetResponse(List<MockResponseEntry<T>>, CSOMRequest)

    Declaration
    public string GetResponse(List<MockResponseEntry<T>> mockResponseEntries, CSOMRequest request)
    Parameters
    List<MockResponseEntry<T>> mockResponseEntries

    CSOMRequest request

    Returns
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer