RequiredAttributeAdapter Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
-
RequiredAttributeAdapter
Konstruktory
RequiredAttributeAdapter(RequiredAttribute, IStringLocalizer) |
Inicializuje novou instanci objektu RequiredAttributeAdapter. |
Vlastnosti
Attribute |
|
Metody
AddValidation(ClientModelValidationContext) | |
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. |