Class Classified
public class Classified : Change, IChange
- Inheritance
-
Classified
- Implements
- Inherited Members
- Extension Methods
Constructors
Classified(string, string, string, string)
public Classified(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; }