Table of Contents

Class ChromeContextExtensions

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public static class ChromeContextExtensions
Inheritance
ChromeContextExtensions
Inherited Members

Methods

ToField(ChromeContext?, IServices, IEntity?, Action?, bool?, bool?)

Promote a (possibly null, possibly already-field) outer context to a FieldContext. The result is embedded when the outer context is already a field context, and inherits AdminMode/Row/IsReadOnly from it whenever the caller leaves those arguments null.

public static FieldContext ToField(this ChromeContext? outer, IServices services, IEntity? entity, Action? fieldChanged = null, bool? adminMode = null, bool? isReadOnly = null)

Parameters

outer ChromeContext
services IServices
entity IEntity
fieldChanged Action
adminMode bool?
isReadOnly bool?

Returns

FieldContext