Show / Hide Table of Contents

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 Saint Agent.
Inheritance
object
StatusMonitorPeriods
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class StatusMonitorPeriods : Carrier

Constructors

StatusMonitorPeriods()

Default constructor

Declaration
public StatusMonitorPeriods()
See Also
ISaintAgent

Properties

Period1

Days in the first period

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

Period2

Days in the second period

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

Period3

Days in the third period

Declaration
[DataMember]
public virtual int Period3 { 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