Skip to main content

Class SaintConfiguration

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SaintConfiguration. Definition of the three perionds for status monitors and some other settings per saint entity

Inheritance

objectCarrierSaintConfiguration

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

SaintConfiguration()

Default constructor - defaults any enum props to 0.

Properties

Enabled

On/off switch for Saint functionality for this entity

Property Value

bool

GenerationEnd

When was the last regeneration finished

Property Value

DateTime

GenerationStart

When was the last regeneration started

Property Value

DateTime

OwnerTable

The table that is the owning entity

Property Value

short

Period1

Length of the first counter period

Property Value

int

Period2

Length of the second counter period

Property Value

int

Period3

Length of the third counter period

Property Value

int

RowsGenerated

Number of CounterValue rows generated for this entity

Property Value

int

See Also

SaintAgent