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.