Search Results for

    Show / Hide Table of Contents

    Interface IFieldLink

    Public interface to define a FieldLink object

    Inherited Members
    IDataModel<IFieldLink>.Requested
    IDataModel<IFieldLink>.HasValue(String)
    IDataModel<IFieldLink>.HasChanged(String)
    IDataModel<IFieldLink>.IsPropertyAvailable(Expression<Func<IFieldLink, Object>>)
    IDataModel<IFieldLink>.ArePropertiesAvailable(Expression<Func<IFieldLink, Object>>[])
    IDataModel<IFieldLink>.EnsureProperties(Expression<Func<IFieldLink, Object>>[])
    IDataModel<IFieldLink>.EnsurePropertiesAsync(Expression<Func<IFieldLink, Object>>[])
    IDataModel<IFieldLink>.ExecuteRequestAsync(ApiRequest)
    IDataModel<IFieldLink>.ExecuteRequest(ApiRequest)
    IDataModel<IFieldLink>.ExecuteRequestBatchAsync(ApiRequest)
    IDataModel<IFieldLink>.ExecuteRequestBatch(ApiRequest)
    IDataModel<IFieldLink>.ExecuteRequestBatchAsync(Batch, ApiRequest)
    IDataModel<IFieldLink>.ExecuteRequestBatch(Batch, ApiRequest)
    IDataModelParent.Parent
    IDataModelWithContext.PnPContext
    IDataModelGet<IFieldLink>.GetBatchAsync(Batch, Expression<Func<IFieldLink, Object>>[])
    IDataModelGet<IFieldLink>.GetAsync(Expression<Func<IFieldLink, Object>>[])
    IDataModelLoad<IFieldLink>.LoadBatchAsync(Batch, Expression<Func<IFieldLink, Object>>[])
    IDataModelLoad<IFieldLink>.LoadAsync(Expression<Func<IFieldLink, Object>>[])
    IDataModelUpdate.UpdateBatchAsync()
    IDataModelUpdate.UpdateBatchAsync(Batch)
    IDataModelUpdate.UpdateAsync()
    IDataModelUpdate.UpdateBatch()
    IDataModelUpdate.UpdateBatch(Batch)
    IDataModelUpdate.Update()
    IDataModelDelete.DeleteBatchAsync()
    IDataModelDelete.DeleteBatchAsync(Batch)
    IDataModelDelete.DeleteAsync()
    IDataModelDelete.DeleteBatch()
    IDataModelDelete.DeleteBatch(Batch)
    IDataModelDelete.Delete()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public interface IFieldLink : IDataModel<IFieldLink>, IDataModelParent, IDataModelWithContext, ISupportModules<IFieldLink>, IDataModelGet<IFieldLink>, IDataModelLoad<IFieldLink>, IDataModelUpdate, IDataModelDelete, IQueryableDataModel

    Properties

    All

    A special property used to add an asterisk to a $select statement

    Declaration
    object All { get; }
    Property Value
    System.Object

    DisplayName

    Gets or sets the display name of the field in the field link.

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

    FieldInternalName

    Gets or sets the field internal name specified in the field link.

    Declaration
    string FieldInternalName { get; }
    Property Value
    System.String

    Hidden

    Gets or sets a Boolean value that specifies whether the field is displayed in forms that can be edited.

    Declaration
    bool Hidden { get; set; }
    Property Value
    System.Boolean

    Id

    Gets a value that specifies the GUID of the FieldLink.

    Declaration
    Guid Id { get; }
    Property Value
    Guid

    Name

    Gets a value that specifies the name of the FieldLink.

    Declaration
    string Name { get; }
    Property Value
    System.String

    ReadOnly

    Gets or sets whether the field is read-only.

    Declaration
    bool ReadOnly { get; set; }
    Property Value
    System.Boolean

    Required

    Gets or sets whether the field is required.

    Declaration
    bool Required { get; set; }
    Property Value
    System.Boolean

    ShowInDisplayForm

    Gets or sets whether the field should be shown in display form.

    Declaration
    bool ShowInDisplayForm { get; set; }
    Property Value
    System.Boolean

    Extension Methods

    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatchAsync<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.GetBatch<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelGetExtensions.Get<TModel>(IDataModelGet<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatchAsync<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Batch, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.LoadBatch<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.Load<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    DataModelLoadExtensions.QueryProperties<TModel>(IDataModelLoad<TModel>, Expression<Func<TModel, Object>>[])
    RequestModuleExtensions.WithHeaders<TModel>(ISupportModules<TModel>, Dictionary<String, String>, Action<Dictionary<String, String>>)
    RequestModuleExtensions.WithResponseHeaders<TModel>(ISupportModules<TModel>, Action<Dictionary<String, String>>)
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer