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

    Inheritance
    Object
    Constants
    Inherited Members
    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 static class Constants

    Fields

    | Improve this Doc View Source

    AdditionalViewData

    Gets the string value that is used as a key in ViewData dictionaries when storing additional user data objects.

    Declaration
    public const string AdditionalViewData = "DynamicList_AdditionalViewData"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    CurrentContainerId

    Gets the string value that is used as a key in ViewData dictionaries when storing the ContainerId for the current list.

    Declaration
    public const string CurrentContainerId = "DynamicList_CurrentContainerId"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    CurrentIndex

    Gets the string value that is used as a key in ViewData dictionaries when storing the Index for the current item.

    Declaration
    public const string CurrentIndex = "DynamicList_CurrentIndex"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    DefaultItemContainerTemplate

    Gets the default file name for list item containers. The default is "DynamicItemContainer".

    Declaration
    public const string DefaultItemContainerTemplate = "DynamicItemContainer"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    DefaultListContainerTemplate

    Gets the default file name for list containers. The default is "DynamicListContainer".

    Declaration
    public const string DefaultListContainerTemplate = "DynamicListContainer"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    DefaultListTemplate

    Gets the default file name for lists. The default is "DynamicList".

    Declaration
    public const string DefaultListTemplate = "DynamicList"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    DisplayOptions

    Gets the string value that is used as a key in ViewData dictionaries when storing DisplayOptions objects for the current view.

    Declaration
    public const string DisplayOptions = "DynamicList_DisplayOptions"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    EditorOptions

    Gets the string value that is used as a key in ViewData dictionaries when storing EditorOptions objects for the current view.

    Declaration
    public const string EditorOptions = "DynamicList_EditorOptions"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ItemCreateParameters

    Gets the string value that is used as a key in ViewData dictionaries when storing AddNewDynamicItem objects for the current view.

    Declaration
    public const string ItemCreateParameters = "DynamicList_ItemCreateParameters"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ItemDisplayParameters

    Gets the string value that is used as a key in ViewData dictionaries when storing ItemDisplayParameters objects for the current view.

    Declaration
    public const string ItemDisplayParameters = "DynamicList_ItemDisplayParameters"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ItemEditorParameters

    Gets the string value that is used as a key in ViewData dictionaries when storing ItemEditorParameters objects for the current view.

    Declaration
    public const string ItemEditorParameters = "DynamicList_ItemEditorParameters"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ListDisplayParameters

    Gets the string value that is used as a key in ViewData dictionaries when storing ListDisplayParameters objects for the current view.

    Declaration
    public const string ListDisplayParameters = "DynamicList_ListDisplayParameters"
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    ListEditorParameters

    Gets the string value that is used as a key in ViewData dictionaries when storing ListEditorParameters objects for the current view.

    Declaration
    public const string ListEditorParameters = "DynamicList_ListEditorParameters"
    Field Value
    Type Description
    String
    • 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.