Click or drag to resize
ActivityData Class
Represents activity data.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesActivityData

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class ActivityData

The ActivityData type exposes the following members.

Constructors
  NameDescription
Public methodActivityData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the activity action. For example: Call, Set up meeting, Follow up ...
Public propertyContactPersonName
Gets or sets the name of contact person for which created activity.
Public propertyDateTime
Gets or sets date and time componets of the ActivityData object.
Public propertyDescription
Gets or sets the activity description.
Top
See Also