CachedModelMetadata<TPrototypeCache> Class

 

Provides prototype cache data for the CachedModelMetadata<TPrototypeCache>.

Namespace:   System.Web.Http.Metadata.Providers
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Metadata::ModelMetadata
    System.Web.Http.Metadata.Providers::CachedModelMetadata<TPrototypeCache>
      System.Web.Http.Metadata.Providers::CachedDataAnnotationsModelMetadata

generic<typename TPrototypeCache>
public ref class CachedModelMetadata abstract : ModelMetadata

Type Parameters

TPrototypeCache

The type of prototype cache.

NameDescription
System_CAPS_protmethodCachedModelMetadata<TPrototypeCache>(CachedModelMetadata<TPrototypeCache>^, Func<Object^>^)

Initializes a new instance of the CachedModelMetadata<TPrototypeCache> class.

System_CAPS_protmethodCachedModelMetadata<TPrototypeCache>(DataAnnotationsModelMetadataProvider^, Type^, Type^, String^, TPrototypeCache)

Initializes a new instance of the CachedModelMetadata<TPrototypeCache> class.

NameDescription
System_CAPS_pubpropertyAdditionalValues

Gets a dictionary that contains additional metadata about the model.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyContainerType

Gets or sets the type of the container for the model.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyConvertEmptyStringToNull

Gets or sets a value that indicates whether empty strings that are posted back in forms should be converted to null.(Overrides ModelMetadata::ConvertEmptyStringToNull.)

System_CAPS_pubpropertyDescription

Gets or sets the description of the model.(Overrides ModelMetadata::Description.)

System_CAPS_pubpropertyIsComplexType

Gets a value that indicates whether the model is a complex type.(Overrides ModelMetadata::IsComplexType.)

System_CAPS_pubpropertyIsNullableValueType

Gets a value that indicates whether the type is nullable.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyIsReadOnly

Gets or sets a value that indicates whether the model is read-only.(Overrides ModelMetadata::IsReadOnly.)

System_CAPS_pubpropertyModel

Gets the value of the model.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyModelType

Gets the type of the model.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyProperties

Gets a collection of model metadata objects that describe the properties of the model.(Inherited from ModelMetadata.)

System_CAPS_pubpropertyPropertyName

Gets the property name.(Inherited from ModelMetadata.)

System_CAPS_protpropertyPrototypeCache

Gets or sets a value that indicates whether the prototype cache is updating.

System_CAPS_protpropertyProvider

Gets or sets the provider.(Inherited from ModelMetadata.)

NameDescription
System_CAPS_protmethodComputeConvertEmptyStringToNull()

Indicates whether empty strings that are posted back in forms should be computed and converted to null.

System_CAPS_protmethodComputeDescription()

Indicates the computation value.

System_CAPS_protmethodComputeIsComplexType()

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

System_CAPS_protmethodComputeIsReadOnly()

Gets a value that indicates whether the model to be computed is read-only.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetDisplayName()

Gets the display name for the model.(Inherited from ModelMetadata.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValidators(IEnumerable<ModelValidatorProvider^>^)

Gets a list of validators for the model.(Inherited from ModelMetadata.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: