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 | |
---|---|---|
CachedDataAnnotationsMetadataAttributes | Initializes a new instance of the CachedDataAnnotationsMetadataAttributes class. |
Top
Properties
Name | Description | |
---|---|---|
Display | Gets or sets the metadata display attribute. | |
DisplayFormat | Gets or sets the metadata display format attribute. | |
Editable | Gets or sets the metadata editable attribute. | |
ReadOnly | Gets or sets the metadata read-only attribute. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.