Interface IEntityUpdaterUI
The main context provided by the Connector whenever an isolated context to work with the lemonedge platform is required
This contains all the functionality inherited from IEntityUpdater for working with all data in the system
It also includes UI specific capabilities
Inherited Members
IEntityRetriever.ExecuteQueryAsCSV(Nullable<DateTimeOffset>, Nullable<Guid>, String, String, String)
System.IDisposable.Dispose()
Namespace: LemonEdge.Client.Core
Assembly: API.dll
Syntax
public interface IEntityUpdaterUI : IEntityUpdater, IEntityRetriever, IDisposable, ICustomFunctions
Properties
PreventOnSaveAutoOpen
Indicates that items created by saving (such as tasks, or other results), should not automatically be opened by the client application
Declaration
bool PreventOnSaveAutoOpen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |