Show / Hide Table of Contents

Class ActivitySummaryItem

Summary details about appointments and documents.

Carrier object for ActivitySummaryItem. Services for the ActivitySummaryItem Carrier is available from the Appointment Agent.
Inheritance
object
ActivitySummaryItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class ActivitySummaryItem

Constructors

ActivitySummaryItem()

Default constructor

Declaration
public ActivitySummaryItem()
See Also
IAppointmentAgent

Properties

AppointmentId

Primary key

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

Completed

The Completed state. NotStarted(1) or Completed(3)

Declaration
[DataMember]
public virtual ActivityStatus Completed { get; set; }
Property Value
Type Description
ActivityStatus
See Also
IAppointmentAgent

Date

Start/Document date

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

Description

The appointment's textbox; document title

Declaration
[DataMember]
public virtual string Description { get; set; }
Property Value
Type Description
string
See Also
IAppointmentAgent

DocumentId

Document id - 0 if not a document

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

Registered

Registered date in UTC.

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

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IAppointmentAgent

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
IAppointmentAgent

See Also

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