Show / Hide Table of Contents

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 Source

Fields

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>
  • View Source
In this article
Back to top Generated by DocFX