ValidateEmailTemplateSendToCustomerChange
public class ValidateEmailTemplateSendToCustomerChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateEmailTemplateSendToCustomerChange
public ValidateEmailTemplateSendToCustomerChange(EmailTemplateReadOnly emailTemplate,
ChangingValue<bool> sendToCustomer)
Properties
EmailTemplate
public EmailTemplateReadOnly EmailTemplate { get; }
SendToCustomer
public ChangingValue<bool> SendToCustomer { get; }