Udostępnij za pośrednictwem


RequiredAttributeAdapter Klasa

Definicja

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)
Dziedziczenie

Konstruktory

RequiredAttributeAdapter(RequiredAttribute, IStringLocalizer)

Inicjuje nowe wystąpienie klasy RequiredAttributeAdapter.

Właściwości

Attribute

TAttribute Pobiera wystąpienie.

(Odziedziczone po ValidationAttributeAdapter<TAttribute>)

Metody

AddValidation(ClientModelValidationContext)

AttributeAdapterBase<TAttribute> dla RequiredAttribute.

GetErrorMessage(ModelMetadata, Object[])

Pobiera komunikat o błędzie sformatowany przy użyciu polecenia Attribute.

(Odziedziczone po ValidationAttributeAdapter<TAttribute>)
GetErrorMessage(ModelValidationContextBase)

Pobiera komunikat o błędzie.

Dotyczy