Interface IFieldsViewModel
An interface to be implemented by any DataContext that represents a collection of fields.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IFieldsViewModel
Properties
View SourceFields
Gets the fields managed by this. The key is the field name.
Declaration
IDictionary<string, FieldViewModel> Fields { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, FieldViewModel> |