Class MessagesForStaff
Inheritance
System.Object
MessagesForStaff
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class MessagesForStaff
Constructors
MessagesForStaff()
Declaration
public MessagesForStaff()
Properties
AssignedTo
Declaration
public string AssignedTo { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedToStaffID
Declaration
public int AssignedToStaffID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AssignedToStaffName
Declaration
public string AssignedToStaffName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comments { get; set; }
Property Value
Type |
Description |
System.String |
|
Dateposted
Declaration
public DateTime? Dateposted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Duedate
Declaration
public DateTime? Duedate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EmployerName
Declaration
public string EmployerName { get; set; }
Property Value
Type |
Description |
System.String |
|
EmployerPhone
Declaration
public string EmployerPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
Enddate
Declaration
public DateTime? Enddate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EventId
Declaration
public int EventId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EventStatusCode
Declaration
public string EventStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
EventStatusDescription
Declaration
public string EventStatusDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
PlEmployerID
Declaration
public int? PlEmployerID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PostedBy
Declaration
public string PostedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
PostedByName
Declaration
public string PostedByName { get; set; }
Property Value
Type |
Description |
System.String |
|
PostTo
Declaration
public string PostTo { get; set; }
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
SetupBy
Declaration
public int SetupBy { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffID
Declaration
public int? StaffID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Startdate
Declaration
public DateTime? Startdate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentID
Declaration
public int? StudentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentPhone
Declaration
public string StudentPhone { get; set; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
TaskType
Declaration
public string TaskType { get; set; }
Property Value
Type |
Description |
System.String |
|
TemplateDescription
Declaration
public string TemplateDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
TemplateId
Declaration
public int TemplateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|