Class TaskLetterTemplateRequest
Inheritance
System.Object
TaskLetterTemplateRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskLetterTemplateRequest : ServiceRequest
Constructors
TaskLetterTemplateRequest()
Declaration
public TaskLetterTemplateRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
ClearLetterRequestAfterPrinting
Declaration
public bool ClearLetterRequestAfterPrinting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
EventTypeCode
Declaration
public string EventTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
System.String |
|
ForValidationOnly
Declaration
public bool ForValidationOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsInvalidActivity
Declaration
public int IsInvalidActivity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LetterName
Declaration
public string LetterName { get; set; }
Property Value
Type |
Description |
System.String |
|
LoggedInStaffId
Declaration
public int LoggedInStaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberToPrint
Declaration
public int NumberToPrint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SendTo
Declaration
public string SendTo { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffDefaultCampusId
Declaration
public int StaffDefaultCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|