Class StatusMonitorPeriods
Obsolete, use SaintConfiguration carrier and methods instead. Was:Definition of the three perionds for status monitors
Carrier object for StatusMonitorPeriods. Services for the StatusMonitorPeriods Carrier is available from the ISaintAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class StatusMonitorPeriods : Carrier
Constructors
StatusMonitorPeriods()
Default constructor
Declaration
public StatusMonitorPeriods()
See Also
Properties
Period1
Days in the first period
Declaration
public virtual int Period1 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Period2
Days in the second period
Declaration
public virtual int Period2 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Period3
Days in the third period
Declaration
public virtual int Period3 { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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. |