• Introduction
  • API Documentation
  • Sample Apps
  • GitHub

    Show / Hide Table of Contents
    • DynamicVML
      • AddNewDynamicItem
      • DynamicList<TViewModel, TOptions>
      • DynamicList<TViewModel>
      • DynamicListItem<TViewModel>
      • IDynamicList
      • IDynamicList<TValue>
      • IDynamicListItem
      • IDynamicListItem<TViewModel>
      • ListRenderMode
      • NewItemMethod
    • DynamicVML.Extensions
      • ControllerExtensions
      • EditorExtensions
      • EnumerableExtensions
      • ViewDataExtensions
    • DynamicVML.Internals
      • Constants
      • ItemDisplayParameters
      • ItemEditorParameters
      • ItemParameters
      • ListDisplayParameters
      • ListEditorParameters
      • ListParameters
      • Parameters
    • DynamicVML.Options
      • DynamicListAttribute
      • DynamicListDisplayOptions
      • DynamicListEditorOptions
      • DynamicListOptions

    Enum NewItemMethod

    Represents different HTTP methods which can be used to retrieve new list items from the server. Default is to use Get.

    Namespace: DynamicVML
    Assembly: DynamicVML.dll
    Syntax
    public enum NewItemMethod

    Fields

    Name Description
    Get

    New items should be requested via GET.

    Post

    New items should be requested via POST.

    Extension Methods

    EnumerableExtensions.ToDynamicList<TViewModel, TOptions, NewItemMethod>(String, Func<NewItemMethod, TViewModel>, Func<NewItemMethod, TOptions>)
    EnumerableExtensions.ToDynamicList<TViewModel, NewItemMethod>(String, Func<NewItemMethod, TViewModel>)
    EnumerableExtensions.ToDynamicList<TViewModel, TOptions, NewItemMethod>(String, Func<NewItemMethod, TOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 César Roberto de Souza - All files are available under the MIT license except the logo, which comes from FontAwesome.