CachedDataAnnotationsMetadataAttributes Class

Provides prototype cache data for CachedModelMetadata<TPrototypeCache>.

Inheritance Hierarchy

System.Object
  System.Web.Http.Metadata.Providers.CachedDataAnnotationsMetadataAttributes

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

Syntax

'Declaration
Public Class CachedDataAnnotationsMetadataAttributes
'Usage
Dim instance As CachedDataAnnotationsMetadataAttributes
public class CachedDataAnnotationsMetadataAttributes
public ref class CachedDataAnnotationsMetadataAttributes
type CachedDataAnnotationsMetadataAttributes =  class end
public class CachedDataAnnotationsMetadataAttributes

The CachedDataAnnotationsMetadataAttributes type exposes the following members.

Constructors

  Name Description
Public method CachedDataAnnotationsMetadataAttributes Initializes a new instance of the CachedDataAnnotationsMetadataAttributes class.

Top

Properties

  Name Description
Public property Display Gets or sets the metadata display attribute.
Public property DisplayFormat Gets or sets the metadata display format attribute.
Public property Editable Gets or sets the metadata editable attribute.
Public property ReadOnly Gets or sets the metadata read-only attribute.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

System.Web.Http.Metadata.Providers Namespace