• 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

    Class ItemEditorParameters

    Represents the actual parameters being used to render an item of the list for edit. An instance of this class will be stored in the ViewData object of your view under the key ItemEditorParameters.

    Inheritance
    Object
    Parameters
    ItemParameters
    ItemEditorParameters
    Inherited Members
    ItemParameters.Index
    Parameters.ContainerId
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: DynamicVML.Internals
    Assembly: DynamicVML.dll
    Syntax
    public class ItemEditorParameters : ItemParameters

    Constructors

    | Improve this Doc View Source

    ItemEditorParameters(String, String, AddNewDynamicItem, ListEditorParameters)

    Creates a new instance of ItemEditorParameters.

    Declaration
    public ItemEditorParameters(string containerId, string itemId, AddNewDynamicItem newItemParameters, ListEditorParameters editorParameters)
    Parameters
    Type Name Description
    String containerId
    String itemId
    AddNewDynamicItem newItemParameters
    ListEditorParameters editorParameters

    Properties

    | Improve this Doc View Source

    AddNewItem

    Gets the parameters that should be sent to the server with instructions on how to create new items to be dynamically added to the list.

    Declaration
    public AddNewDynamicItem AddNewItem { get; }
    Property Value
    Type Description
    AddNewDynamicItem
    | Improve this Doc View Source

    Editor

    Gets the parameters used to render this list for edit.

    Declaration
    public ListEditorParameters Editor { get; }
    Property Value
    Type Description
    ListEditorParameters

    Extension Methods

    EnumerableExtensions.ToDynamicList<TViewModel, TOptions>(TViewModel, String, TOptions)
    EnumerableExtensions.ToDynamicList<TViewModel>(TViewModel, String)
    EnumerableExtensions.ToDynamicList<TViewModel, TOptions>(TViewModel, String, Func<TViewModel, TOptions>)
    EnumerableExtensions.ToDynamicList<TViewModel, TOptions, TModel>(TModel, String, Func<TModel, TViewModel>, Func<TModel, TOptions>)
    EnumerableExtensions.ToDynamicList<TViewModel, TModel>(TModel, String, Func<TModel, TViewModel>)
    EnumerableExtensions.ToDynamicList<TViewModel, TOptions, TModel>(TModel, String, Func<TModel, TOptions>)

    See Also

    ListEditorParameters
    ItemDisplayParameters
    • 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.