• 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

    Namespace DynamicVML.Internals

    Classes

    Constants

    Constants that are used throughout the Dynamic View Model library. You can use the value of those constants to access internal objects created by the library which may be present in your view's ViewDataDictionary.

    ItemDisplayParameters

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

    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.

    ItemParameters

    Base class for ItemDisplayParameters and ItemEditorParameters.

    ListDisplayParameters

    Represents the actual parameters being used to render the list. An instance of this class will be stored in the ViewData object of your view under the key ListDisplayParameters. You should never need to instantiate this class directly as it is part of the inner workings of the library.

    ListEditorParameters

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

    ListParameters

    Represents a collection of read-only parameter values that are being used to currently render the list. Those cannot be changed after rendering has started.

    Parameters

    Base class for ListParameters and ItemParameters.

    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.