Class FieldContext
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
servicesIServicesentityIEntityfieldChangedActionisEmbeddedbooladminModeboolisReadOnlybool
Properties
AdminMode
public bool AdminMode { get; }
Property Value
IsReadOnly
public bool IsReadOnly { get; }
Property Value
Row
public IEntity? Row { get; }
Property Value
Services
public IServices Services { get; }
Property Value
Methods
RaiseFieldChanged()
public void RaiseFieldChanged()