Class BatchFilteredAdvisorAssignment
Inheritance
System.Object
BatchFilteredAdvisorAssignment
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 BatchFilteredAdvisorAssignment
Constructors
BatchFilteredAdvisorAssignment()
Declaration
public BatchFilteredAdvisorAssignment()
Properties
AdvisorFirstName
Declaration
public string AdvisorFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
AdvisorLastName
Declaration
public string AdvisorLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
AdvisorName
Declaration
public string AdvisorName { get; set; }
Property Value
Type |
Description |
System.String |
|
AdvisorStaffId
Declaration
public int? AdvisorStaffId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AdvisorTypeName
Declaration
public string AdvisorTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignedStaffGroupId
Declaration
public int AssignedStaffGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AssignedStaffId
Declaration
public int AssignedStaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
AssignmentMode
Declaration
public string AssignmentMode { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignmentName
Declaration
public string AssignmentName { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusCode
Declaration
public string CampusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
CurrentAdvisorGroupId
Declaration
public int CurrentAdvisorGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CurrentAdvisorId
Declaration
public int CurrentAdvisorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CurrentOwner
Declaration
public string CurrentOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
GraduationDate
Declaration
public DateTime? GraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsStudentAssigned
Declaration
public bool IsStudentAssigned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTaskFlag
Declaration
public bool IsTaskFlag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousAdvisorGroupId
Declaration
public int PreviousAdvisorGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousAdvisorId
Declaration
public int PreviousAdvisorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousAdvisorName
Declaration
public string PreviousAdvisorName { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousOwner
Declaration
public string PreviousOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
PrintIdentifier
Declaration
public string PrintIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionCode
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusCode
Declaration
public string SchoolStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SchoolStatusName
Declaration
public string SchoolStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentEnrollmentPeriodStartDate
Declaration
public DateTime? StudentEnrollmentPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
StudentFirstName
Declaration
public string StudentFirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentLastName
Declaration
public string StudentLastName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|