Search Results for

    Show / Hide Table of Contents

    Class BaseAction

    Inheritance
    System.Object
    BaseAction
    IdentityQueryAction
    MethodAction
    QueryAction
    Namespace: PnP.Framework.Utilities.UnitTests.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class BaseAction : object

    Properties

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    System.Int32

    ObjectPathId

    Declaration
    public string ObjectPathId { get; set; }
    Property Value
    System.String

    Methods

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

    Declaration
    public virtual string GetResponse<T>(Identity identity, List<MockResponseEntry<T>> responseEntries, CSOMRequest request)
    Parameters
    Identity identity

    List<MockResponseEntry<T>> responseEntries

    CSOMRequest request

    Returns
    System.String

    Type Parameters
    T

    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