Sdílet prostřednictvím


RequiredAttributeAdapter Třída

Definice

public ref class RequiredAttributeAdapter sealed : Microsoft::AspNetCore::Mvc::DataAnnotations::AttributeAdapterBase<System::ComponentModel::DataAnnotations::RequiredAttribute ^>
public sealed class RequiredAttributeAdapter : Microsoft.AspNetCore.Mvc.DataAnnotations.AttributeAdapterBase<System.ComponentModel.DataAnnotations.RequiredAttribute>
type RequiredAttributeAdapter = class
    inherit AttributeAdapterBase<RequiredAttribute>
Public NotInheritable Class RequiredAttributeAdapter
Inherits AttributeAdapterBase(Of RequiredAttribute)
Dědičnost

Konstruktory

RequiredAttributeAdapter(RequiredAttribute, IStringLocalizer)

Inicializuje novou instanci objektu RequiredAttributeAdapter.

Vlastnosti

Attribute

TAttribute Získá instanci.

(Zděděno od ValidationAttributeAdapter<TAttribute>)

Metody

AddValidation(ClientModelValidationContext)

AttributeAdapterBase<TAttribute> pro RequiredAttribute.

GetErrorMessage(ModelMetadata, Object[])

Získá chybovou zprávu formátovanou pomocí Attribute.

(Zděděno od ValidationAttributeAdapter<TAttribute>)
GetErrorMessage(ModelValidationContextBase)

Získá chybovou zprávu.

Platí pro