Class Classify
- Namespace
- InSite.Application.Messages.Write
- Assembly
- Shift.Sdk.dll
public class Classify : Command, ICommand
- Inheritance
-
Classify
- Implements
- Inherited Members
- Extension Methods
Constructors
Classify(Guid, string, string, string, string)
public Classify(Guid id, string description, string mailoutType, string recipientType, string recipientRole)
Parameters
Properties
MailoutType
public string MailoutType { get; set; }
Property Value
MessageDescription
public string MessageDescription { get; set; }
Property Value
RecipientRole
public string RecipientRole { get; set; }
Property Value
RecipientType
public string RecipientType { get; set; }