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.
Inherited Members
Namespace: DynamicVML.Internals
Assembly: DynamicVML.dll
Syntax
public static class Constants
Fields
| Improve this Doc View SourceAdditionalViewData
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 |
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 |
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 |
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 |
DefaultListContainerTemplate
Gets the default file name for list containers. The default is "DynamicListContainer".
Declaration
public const string DefaultListContainerTemplate = "DynamicListContainer"
Field Value
Type | Description |
---|---|
String |
DefaultListTemplate
Gets the default file name for lists. The default is "DynamicList".
Declaration
public const string DefaultListTemplate = "DynamicList"
Field Value
Type | Description |
---|---|
String |
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 |
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 |
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 |
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 |
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 |
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 |
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 |