Class BatchFilteredTask
Inheritance
System.Object
BatchFilteredTask
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 BatchFilteredTask
Constructors
BatchFilteredTask()
Declaration
public BatchFilteredTask()
Properties
Activity
Declaration
public string Activity { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedStaffId
Declaration
public int AssignedStaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AssignedTo
Declaration
public string AssignedTo { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedToFirstName
Declaration
public string AssignedToFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedToFullName
Declaration
public string AssignedToFullName { get; }
Property Value
Type |
Description |
System.String |
|
AssignedToLastName
Declaration
public string AssignedToLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
CmEventId
Declaration
public int CmEventId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CompletedBy
Declaration
public string CompletedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
DateCompleted
Declaration
public DateTime? DateCompleted { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Descrip
Declaration
public string Descrip { get; set; }
Property Value
Type |
Description |
System.String |
|
DueDate
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EventStatus
Declaration
public string EventStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
EventType
Declaration
public string EventType { get; set; }
Property Value
Type |
Description |
System.String |
|
IsStaffAssigned
Declaration
public bool IsStaffAssigned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LockedBy
Declaration
public string LockedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
PlEmployerId
Declaration
public int? PlEmployerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
PreviousOwner
Declaration
public string PreviousOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
public string Priority { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramCode
Declaration
public string ProgramCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RequiredFollowUp
Declaration
public string RequiredFollowUp { get; set; }
Property Value
Type |
Description |
System.String |
|
Result
Declaration
public string Result { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
SyCampusGrpId
Declaration
public int? SyCampusGrpId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SyCampusId
Declaration
public int SyCampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SystudentId
Declaration
public int? SystudentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TaskType
Declaration
public string TaskType { get; set; }
Property Value
Type |
Description |
System.String |
|