Table of Contents

Interface IViewContext

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the view context.

[SuppressMessage("Naming", "CA1710:Identifiers should have correct suffix", Justification = "Abstraction")]
public interface IViewContext : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
Inherited Members
Extension Methods