Condividi tramite


IFieldState<T>.Dependencies Proprietà

Definizione

Restituisce gli altri campi da cui dipende.

public System.Collections.Generic.IEnumerable<string> Dependencies { get; }
member this.Dependencies : seq<string>
Public ReadOnly Property Dependencies As IEnumerable(Of String)

Valore della proprietà

L'elenco dei nomi di campo da cui dipende.

Commenti

Ciò è utile principalmente per Confirmation<T> i campi.

Si applica a