DefaultMetadataDetails Class

Definition

Holds associated metadata objects for a DefaultModelMetadata.

public ref class DefaultMetadataDetails
public class DefaultMetadataDetails
type DefaultMetadataDetails = class
Public Class DefaultMetadataDetails
Inheritance
DefaultMetadataDetails

Remarks

Any modifications to the data must be thread-safe for multiple readers and writers.

Constructors

DefaultMetadataDetails(ModelMetadataIdentity, ModelAttributes)

Creates a new DefaultMetadataDetails.

Properties

BindingMetadata

Gets or sets the BindingMetadata.

BoundConstructorInvoker

Gets or sets a delegate used to invoke the bound constructor for record types.

BoundConstructorParameters

Gets or sets the ModelMetadata entries for constructor parameters.

ContainerMetadata

Gets or sets the ModelMetadata of the container type.

DisplayMetadata

Gets or sets the DisplayMetadata.

Key

Gets or sets the ModelMetadataIdentity.

ModelAttributes

Gets or sets the set of model attributes.

Properties

Gets or sets the ModelMetadata entries for the model properties.

PropertyGetter

Gets or sets a property getter delegate to get the property value from a model object.

PropertySetter

Gets or sets a property setter delegate to set the property value on a model object.

ValidationMetadata

Gets or sets the ValidationMetadata

Applies to