CachedDataAnnotationsModelMetadata Properties

Include Protected Members
Include Inherited Members

The CachedDataAnnotationsModelMetadata type exposes the following members.

Properties

  Name Description
Public property AdditionalValues Gets a dictionary that contains additional metadata about the model. (Inherited from ModelMetadata.)
Public property ContainerType Gets or sets the type of the container for the model. (Inherited from ModelMetadata.)
Public property ConvertEmptyStringToNull Gets or sets a value that indicates whether empty strings that are posted back in forms should be converted to null. (Inherited from CachedModelMetadata<TPrototypeCache>.)
Public property Description Gets or sets the description of the model. (Inherited from CachedModelMetadata<TPrototypeCache>.)
Public property IsComplexType Gets a value that indicates whether the model is a complex type. (Inherited from CachedModelMetadata<TPrototypeCache>.)
Public property IsNullableValueType Gets a value that indicates whether the type is nullable. (Inherited from ModelMetadata.)
Public property IsReadOnly Gets or sets a value that indicates whether the model is read-only. (Inherited from CachedModelMetadata<TPrototypeCache>.)
Public property Model Gets the value of the model. (Inherited from ModelMetadata.)
Public property ModelType Gets the type of the model. (Inherited from ModelMetadata.)
Public property Properties Gets a collection of model metadata objects that describe the properties of the model. (Inherited from ModelMetadata.)
Public property PropertyName Gets the property name. (Inherited from ModelMetadata.)
Protected property PrototypeCache Gets or sets a value that indicates whether the prototype cache is updating. (Inherited from CachedModelMetadata<TPrototypeCache>.)
Protected property Provider Gets or sets the provider. (Inherited from ModelMetadata.)

Top

See Also

Reference

CachedDataAnnotationsModelMetadata Class

System.Web.Http.Metadata.Providers Namespace