Freigeben über


ValidationStateDictionary Klasse

Definition

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

public ref class ValidationStateDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^>>, System::Collections::Generic::IDictionary<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^>>, System::Collections::Generic::IReadOnlyDictionary<System::Object ^, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^>
public class ValidationStateDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>>, System.Collections.Generic.IDictionary<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>>, System.Collections.Generic.IReadOnlyDictionary<object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>
type ValidationStateDictionary = class
    interface IDictionary<obj, ValidationStateEntry>
    interface ICollection<KeyValuePair<obj, ValidationStateEntry>>
    interface seq<KeyValuePair<obj, ValidationStateEntry>>
    interface IEnumerable
    interface IReadOnlyDictionary<obj, ValidationStateEntry>
    interface IReadOnlyCollection<KeyValuePair<obj, ValidationStateEntry>>
type ValidationStateDictionary = class
    interface ICollection<KeyValuePair<obj, ValidationStateEntry>>
    interface seq<KeyValuePair<obj, ValidationStateEntry>>
    interface IEnumerable
    interface IDictionary<obj, ValidationStateEntry>
    interface IReadOnlyCollection<KeyValuePair<obj, ValidationStateEntry>>
    interface IReadOnlyDictionary<obj, ValidationStateEntry>
Public Class ValidationStateDictionary
Implements ICollection(Of KeyValuePair(Of Object, ValidationStateEntry)), IDictionary(Of Object, ValidationStateEntry), IEnumerable(Of KeyValuePair(Of Object, ValidationStateEntry)), IReadOnlyCollection(Of KeyValuePair(Of Object, ValidationStateEntry)), IReadOnlyDictionary(Of Object, ValidationStateEntry)
Vererbung
ValidationStateDictionary
Implementiert

Konstruktoren

ValidationStateDictionary()

Erstellt einen neuen ValidationStateDictionary.

Eigenschaften

Count

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

IsReadOnly

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Item[Object]

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Keys

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Values

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Methoden

Add(KeyValuePair<Object,ValidationStateEntry>)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Add(Object, ValidationStateEntry)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Clear()

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Contains(KeyValuePair<Object,ValidationStateEntry>)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

ContainsKey(Object)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

CopyTo(KeyValuePair<Object,ValidationStateEntry>[], Int32)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

GetEnumerator()

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Remove(KeyValuePair<Object,ValidationStateEntry>)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Remove(Object)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

TryGetValue(Object, ValidationStateEntry)

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Explizite Schnittstellenimplementierungen

IDictionary<Object,ValidationStateEntry>.Item[Object]

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

IEnumerable.GetEnumerator()

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

IReadOnlyDictionary<Object,ValidationStateEntry>.Item[Object]

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

IReadOnlyDictionary<Object,ValidationStateEntry>.Keys

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

IReadOnlyDictionary<Object,ValidationStateEntry>.Values

Wird zum Nachverfolgen des Überprüfungszustands verwendet, um das Validierungsverhalten für ein Modellobjekt anzupassen.

Gilt für: