RequiredAttributeAdapter Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
-
RequiredAttributeAdapter
Konstruktory
RequiredAttributeAdapter(RequiredAttribute, IStringLocalizer) |
Inicjuje nowe wystąpienie klasy RequiredAttributeAdapter. |
Właściwości
Attribute |
|
Metody
AddValidation(ClientModelValidationContext) | |
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. |