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

    Inheritance
    Object
    Parameters
    ListParameters
    Inherited Members
    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 ListParameters : Parameters

    Constructors

    | Improve this Doc View Source

    ListParameters(String, String, String, String, String, ListRenderMode)

    Creates a new instance of ListParameters.

    Declaration
    public ListParameters(string containerId, string itemTemplate, string itemContainerTemplate, string listTemplate, string prefix, ListRenderMode mode)
    Parameters
    Type Name Description
    String containerId
    String itemTemplate
    String itemContainerTemplate
    String listTemplate
    String prefix
    ListRenderMode mode

    Properties

    | Improve this Doc View Source

    ItemContainerTemplate

    Gets the actual ItemContainerTemplate being used.

    Declaration
    public string ItemContainerTemplate { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ItemTemplate

    Gets the actual ItemTemplate being used.

    Declaration
    public string ItemTemplate { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    ListTemplate

    Gets the actual ListTemplate being used.

    Declaration
    public string ListTemplate { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Mode

    Gets the actual ListRenderMode being used.

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

    Prefix

    Gets the actual HTML prefix being used for the forms.

    Declaration
    public string Prefix { get; }
    Property Value
    Type Description
    String

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