Udostępnij za pośrednictwem


ValidationMessageStore.Add Metoda

Definicja

Przeciążenia

Add(FieldIdentifier, IEnumerable<String>)

Dodaje komunikaty z określonej kolekcji dla określonego pola.

Add(FieldIdentifier, String)

Dodaje komunikat weryfikacji dla określonego pola.

Add(Expression<Func<Object>>, IEnumerable<String>)

Dodaje komunikaty z określonej kolekcji dla określonego pola.

Add(Expression<Func<Object>>, String)

Dodaje komunikat weryfikacji dla określonego pola.

Add(FieldIdentifier, IEnumerable<String>)

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Dodaje komunikaty z określonej kolekcji dla określonego pola.

public:
 void Add(Microsoft::AspNetCore::Components::Forms::FieldIdentifier % fieldIdentifier, System::Collections::Generic::IEnumerable<System::String ^> ^ messages);
public void Add (in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier, System.Collections.Generic.IEnumerable<string> messages);
member this.Add : FieldIdentifier * seq<string> -> unit
Public Sub Add (ByRef fieldIdentifier As FieldIdentifier, messages As IEnumerable(Of String))

Parametry

fieldIdentifier
FieldIdentifier

Identyfikator pola.

messages
IEnumerable<String>

Komunikaty sprawdzania poprawności do dodania.

Dotyczy

Add(FieldIdentifier, String)

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Dodaje komunikat weryfikacji dla określonego pola.

public:
 void Add(Microsoft::AspNetCore::Components::Forms::FieldIdentifier % fieldIdentifier, System::String ^ message);
public void Add (in Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier, string message);
member this.Add : FieldIdentifier * string -> unit
Public Sub Add (ByRef fieldIdentifier As FieldIdentifier, message As String)

Parametry

fieldIdentifier
FieldIdentifier

Identyfikator pola.

message
String

Komunikat weryfikacji.

Dotyczy

Add(Expression<Func<Object>>, IEnumerable<String>)

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Dodaje komunikaty z określonej kolekcji dla określonego pola.

public:
 void Add(System::Linq::Expressions::Expression<Func<System::Object ^> ^> ^ accessor, System::Collections::Generic::IEnumerable<System::String ^> ^ messages);
public void Add (System.Linq.Expressions.Expression<Func<object>> accessor, System.Collections.Generic.IEnumerable<string> messages);
member this.Add : System.Linq.Expressions.Expression<Func<obj>> * seq<string> -> unit
Public Sub Add (accessor As Expression(Of Func(Of Object)), messages As IEnumerable(Of String))

Parametry

accessor
Expression<Func<Object>>

Określa pole, dla którego mają zostać dodane komunikaty.

messages
IEnumerable<String>

Komunikaty sprawdzania poprawności do dodania.

Dotyczy

Add(Expression<Func<Object>>, String)

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Dodaje komunikat weryfikacji dla określonego pola.

public:
 void Add(System::Linq::Expressions::Expression<Func<System::Object ^> ^> ^ accessor, System::String ^ message);
public void Add (System.Linq.Expressions.Expression<Func<object>> accessor, string message);
member this.Add : System.Linq.Expressions.Expression<Func<obj>> * string -> unit
Public Sub Add (accessor As Expression(Of Func(Of Object)), message As String)

Parametry

accessor
Expression<Func<Object>>

Określa pole, dla którego ma zostać dodany komunikat.

message
String

Komunikat weryfikacji.

Dotyczy