Click or drag to resize
SupportCaseData Class
Represents support case data.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesSupportCaseData

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 SupportCaseData

The SupportCaseData type exposes the following members.

Constructors
  NameDescription
Public methodSupportCaseData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyAction
Gets or sets the support case action. For example: Call, Set up meeting, Follow up ...
Public propertyContactPersonName
Gets or sets the name of contact person for which created support case.
Public propertyDeadlineDateTime
Gets or sets deadline date and time componets of the SupportCaseData object.
Public propertySubject
Gets or sets the support case subject.
Top
See Also