Search Results for

    Show / Hide Table of Contents

    Class FieldUpdateValue

    Inheritance
    System.Object
    FieldUpdateValue
    Namespace: PnP.Framework.Provisioning.ObjectHandlers.Utilities
    Assembly: PnP.Framework.dll
    Syntax
    public class FieldUpdateValue : object

    Constructors

    FieldUpdateValue(String, Object)

    Declaration
    public FieldUpdateValue(string key, object value)
    Parameters
    System.String key

    System.Object value

    FieldUpdateValue(String, Object, String)

    Declaration
    public FieldUpdateValue(string key, object value, string fieldTypeString)
    Parameters
    System.String key

    System.Object value

    System.String fieldTypeString

    Properties

    FieldTypeString

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

    Key

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    System.Object

    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