Click or drag to resize
WoMessageCommand Class
Sends Message. This command can be used only for Work Order sent to a connected Service Pro.
Inheritance Hierarchy
SystemObject
  CorrigoService.CommandsCommandRequest
    CorrigoService.CommandsBaseWoActionCommand
      CorrigoService.CommandsWoMessageCommand

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class WoMessageCommand : BaseWoActionCommand

The WoMessageCommand type exposes the following members.

Properties
  NameDescription
Public propertySenderId
Message sender ID, optional.
Public propertySenderType
Message sender type, optional. This is scalar enumeration value matching ActorType.
Top
See Also