ModelMetadata Properties

.NET Framework (current version)
 

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyAdditionalValues

Gets a collection that contains additional metadata about the model.

System_CAPS_pubpropertyContainerType

Gets the type of the container.

System_CAPS_pubpropertyConvertEmptyStringToNull

Gets or sets a value that determines whether empty strings that are submitted in forms should be converted to null.

System_CAPS_pubpropertyDataTypeName

Gets or sets the name of the data type.

System_CAPS_pubpropertyDescription

Gets or sets text that describes the model.

System_CAPS_pubpropertyDisplayFormatString

Gets or sets a format string that should be applied when the model is displayed in display mode (as opposed to in edit mode).

System_CAPS_pubpropertyDisplayName

Gets or sets the text to use in UI when the name of the model is displayed.

System_CAPS_pubpropertyEditFormatString

Gets or sets the format string to use in UI in edit mode.

System_CAPS_pubpropertyHideSurroundingHtml

Gets or sets a value that determines whether surrounding HTML should be hidden.

System_CAPS_pubpropertyIsComplexType

Gets a value that specifies whether the model is a complex type.

System_CAPS_pubpropertyIsNullableValueType

Gets a value that specifies whether the model is a nullable value type.

System_CAPS_pubpropertyIsReadOnly

Gets or sets a value that specifies whether the model can be updated.

System_CAPS_pubpropertyIsRequired

Gets or sets a value that specifies whether the property is required.

System_CAPS_pubpropertyModel

Gets or sets the model object.

System_CAPS_pubpropertyModelType

Gets the type of the model.

System_CAPS_pubpropertyNullDisplayText

Gets the string that should be displayed when the model is null.

System_CAPS_pubpropertyOrder

Gets or sets an integer that indicates the order in which to display this property relative to other properties.

System_CAPS_pubpropertyProperties

Gets a collection of model metadata objects that describe the properties of the model.

System_CAPS_pubpropertyPropertyName

Gets the name of the property.

System_CAPS_protpropertyProvider

Gets or sets the provider object for this metadata.

System_CAPS_pubpropertyRequestValidationEnabled

Gets or sets a value that specifies whether request validation is enabled.

System_CAPS_pubpropertyShortDisplayName

Gets or sets a short version of the display name.

System_CAPS_pubpropertyShowForDisplay

Gets or sets a value that specifies whether the model should be displayed in the UI in display mode (as opposed to edit mode).

System_CAPS_pubpropertyShowForEdit

Gets or sets a value that specifies whether the property should be displayed in edit mode (as opposed to display mode).

System_CAPS_pubpropertySimpleDisplayText

Gets or sets text to display for the model when the model represents a complex object

System_CAPS_pubpropertyTemplateHint

Gets or sets a value that indicates what template (data control) should be used in UI for the model.

System_CAPS_pubpropertyWatermark

Gets or sets watermark text for a text box.

Return to top
Show: