Skip to main content

Class LiveUiConfig

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for LiveUiConfig. A config containing parameters for live UI

Inheritance

object ← Carrier ← LiveUiConfig

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()

Constructors

LiveUiConfig()

Default constructor - defaults any enum props to 0.

Properties

IsEnabled

Indicates whether live UI is enabled

Property Value

bool

PollingInterval

Interval (in seconds) defining how often UI events should be polled.

Property Value

int

See Also

ViewStateAgent