• 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.Options

    Classes

    DynamicListAttribute

    Represents an attribute which you can include in your view model's properties to indicate the property should be rendered as a Dynamic List. This class inherits from UIHintAttribute.

    DynamicListDisplayOptions

    Represents different options that can be used when displaying a DynamicList<TViewModel, TOptions>. Instances of this class are normally created internally by the library when calling the DisplayListFor<TModel, TValue>(IHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String, String, String, Object, ListRenderMode) extension method provided by this library.

    DynamicListEditorOptions

    Represents different options that can be used when displaying a DynamicList<TViewModel, TOptions> for edigint. Instances of this class are normally created internally by the library when calling the ListEditorFor<TModel, TValue>(IHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String, String, String, String, String, Object, ListRenderMode, NewItemMethod) extension method provided by this library.

    DynamicListOptions

    Base class for DynamicListDisplayOptions and DynamicListEditorOptions.

    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.