Click or drag to resize
MeetingData Class
Represents meeting data.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesMeetingData

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 MeetingData

The MeetingData type exposes the following members.

Constructors
  NameDescription
Public methodMeetingData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyContactPersonName
Gets or sets the name of contact person for which created meeting.
Public propertyDateTime
Gets or sets date and time componets of MeetingData object.
Public propertyDescription
Gets or sets the description of the meeting.
Top
See Also