Search Results for

    Show / Hide Table of Contents

    Class FieldData

    Field data used to transfer information about a field

    Inheritance
    System.Object
    FieldData
    Namespace: PnP.Framework.Modernization.Cache
    Assembly: PnP.Framework.dll
    Syntax
    public class FieldData : object

    Properties

    FieldId

    Id of the field

    Declaration
    public Guid FieldId { get; set; }
    Property Value
    Guid

    FieldName

    Internal name of the field

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

    FieldType

    Type of the field

    Declaration
    public string FieldType { get; set; }
    Property Value
    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