Class TaskLetterTemplateResponse
Inheritance
System.Object
TaskLetterTemplateResponse
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskLetterTemplateResponse : ServiceResponse
Constructors
TaskLetterTemplateResponse()
Declaration
public TaskLetterTemplateResponse()
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 |
|
FileFullPath
Declaration
public string FileFullPath { get; set; }
Property Value
Type |
Description |
System.String |
|
FileNames
Declaration
public List<string> FileNames { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<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 |
|
Result
Declaration
public string Result { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|