Table of Contents

Class FieldContext

Namespace
The.Web.Entities
Assembly
Instagile.Web.Client.dll
public class FieldContext : ChromeContext
Inheritance
FieldContext
Inherited Members

Constructors

FieldContext(IServices, IEntity?, Action?, bool, bool, bool)

public FieldContext(IServices services, IEntity? entity, Action? fieldChanged = null, bool isEmbedded = false, bool adminMode = false, bool isReadOnly = false)

Parameters

services IServices
entity IEntity
fieldChanged Action
isEmbedded bool
adminMode bool
isReadOnly bool

Properties

AdminMode

public bool AdminMode { get; }

Property Value

bool

IsReadOnly

public bool IsReadOnly { get; }

Property Value

bool

Row

public IEntity? Row { get; }

Property Value

IEntity

Services

public IServices Services { get; }

Property Value

IServices

Methods

RaiseFieldChanged()

public void RaiseFieldChanged()