IFieldState<T>.Dependencies Property

Definition

Returns the other fields this one depends on.

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

Property Value

List of field names this one depends on.

Remarks

This is mainly useful for Confirmation<T> fields.

Applies to