Class ExtAppEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ExtAppEntity.
The ext app entity contains information on an external application
Inheritance
object ←
Carrier ←
ExtAppEntity
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get ExtAppEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var extAppEntity = agent.GetExtAppEntity( 123 );
Constructors
ExtAppEntity()
Default constructor - defaults any enum props to 0.
Properties
Deleted
True if the application is marked as deleted
Property Value
bool
ExecuteOnEvent
Events that cause automatic execution of this app
NULL if unknown enum value.
Property Value
ExecuteOnEvent?
See Also
ExtAppEntity.ExecuteOnEvent_String
ExecuteOnEvent_String
Events that cause automatic execution of this app
Raw string enum value.
Property Value
string
See Also
ExtAppEntity.ExecuteOnEvent
ExtAppId
The identity of the external app
Property Value
int
Filename
Filename of the programfile
Property Value
string
Icon
The id of the icon of the external app
Property Value
short
Name
The name of the web panel
Property Value
string
OnCentral
Is the application visible when user is on central database
Property Value
bool
OnSalesMarketingPocket
Is the webpanel visible when user is on pocket client
Property Value
bool
OnSatellite
Is the application visible when user is on a satellite
Property Value
bool
OnTravel
Is the application visible when user is on travel
Property Value
bool
Parameters
<template variable> <other template variable>
Property Value
string
Path
Path where the programfile is located; if empty, PATH is used
Property Value
string
Rank
The rank of the application
Property Value
int
ShowInAddressBar
Does the webpanel have an address bar
Property Value
bool
Does the application have a menu bar
Property Value
bool
ShowInStatusBar
Does the webpanel have a status bar
Property Value
bool
Does the webpanel have a toolbar
Property Value
bool
ShowState
The application is shown in which state Minimized, Maximized or Restored
NULL if unknown enum value.
Property Value
ShowState?
See Also
ExtAppEntity.ShowState_String
ShowState_String
The application is shown in which state Minimized, Maximized or Restored
Raw string enum value.
Property Value
string
See Also
ExtAppEntity.ShowState
The tooltip of the web panel
Property Value
string
VisibleIn
The application is visible in
NULL if unknown enum value.
Property Value
Navigation?
See Also
ExtAppEntity.VisibleIn_String
VisibleIn_String
The application is visible in
Raw string enum value.
Property Value
string
See Also
ExtAppEntity.VisibleIn
WaitToFinish
True if the application shall wait for fininsh event
Property Value
bool
Workdir
Directory set to current when loading the application, if different from application’s own
Property Value
string
See Also
ListAgent