Show / Hide Table of Contents

Class SaintConfiguration

Definition of the three perionds for status monitors and some other settings per saint entity

Carrier object for SaintConfiguration. Services for the SaintConfiguration Carrier is available from the Saint Agent.
Inheritance
object
SaintConfiguration
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class SaintConfiguration : Carrier

Constructors

SaintConfiguration()

Default constructor

Declaration
public SaintConfiguration()
See Also
ISaintAgent

Properties

Enabled

On/off switch for Saint functionality for this entity

Declaration
[DataMember]
public virtual bool Enabled { get; set; }
Property Value
Type Description
bool
See Also
ISaintAgent

GenerationEnd

When was the last regeneration finished

Declaration
[DataMember]
public virtual DateTime GenerationEnd { get; set; }
Property Value
Type Description
DateTime
See Also
ISaintAgent

GenerationStart

When was the last regeneration started

Declaration
[DataMember]
public virtual DateTime GenerationStart { get; set; }
Property Value
Type Description
DateTime
See Also
ISaintAgent

OwnerTable

The table that is the owning entity

Declaration
[DataMember]
public virtual short OwnerTable { get; set; }
Property Value
Type Description
short
See Also
ISaintAgent

Period1

Length of the first counter period

Declaration
[DataMember]
public virtual int Period1 { get; set; }
Property Value
Type Description
int
See Also
ISaintAgent

Period2

Length of the second counter period

Declaration
[DataMember]
public virtual int Period2 { get; set; }
Property Value
Type Description
int
See Also
ISaintAgent

Period3

Length of the third counter period

Declaration
[DataMember]
public virtual int Period3 { get; set; }
Property Value
Type Description
int
See Also
ISaintAgent

RowsGenerated

Number of CounterValue rows generated for this entity

Declaration
[DataMember]
public virtual int RowsGenerated { get; set; }
Property Value
Type Description
int
See Also
ISaintAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

See Also
ISaintAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ISaintAgent

See Also

ISaintAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top