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.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
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
GenerationEnd
When was the last regeneration finished
Declaration
[DataMember]
public virtual DateTime GenerationEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
GenerationStart
When was the last regeneration started
Declaration
[DataMember]
public virtual DateTime GenerationStart { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
OwnerTable
The table that is the owning entity
Declaration
[DataMember]
public virtual short OwnerTable { get; set; }
Property Value
Type | Description |
---|---|
short |
See Also
Period1
Length of the first counter period
Declaration
[DataMember]
public virtual int Period1 { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Period2
Length of the second counter period
Declaration
[DataMember]
public virtual int Period2 { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Period3
Length of the third counter period
Declaration
[DataMember]
public virtual int Period3 { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
RowsGenerated
Number of CounterValue rows generated for this entity
Declaration
[DataMember]
public virtual int RowsGenerated { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | The carrier contents. |
See Also
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. |