Class GetAdvisorAssignmentsRequest
Inheritance
System.Object
GetAdvisorAssignmentsRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetAdvisorAssignmentsRequest : ServiceRequest
Constructors
GetAdvisorAssignmentsRequest()
Declaration
public GetAdvisorAssignmentsRequest()
Properties
ActionByAdvisor
Declaration
public string ActionByAdvisor { get; set; }
Property Value
Type |
Description |
System.String |
|
AdvisorTypeName
Declaration
public string AdvisorTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
AssignmentName
Declaration
public string AssignmentName { get; set; }
Property Value
Type |
Description |
System.String |
|
BeginAcademicYearStartDate
Declaration
public DateTime? BeginAcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
BeginStudentEnrollmentPeriodGraduationDate
Declaration
public DateTime? BeginStudentEnrollmentPeriodGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
BeginStudentEnrollmentPeriodStartDate
Declaration
public DateTime? BeginStudentEnrollmentPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CurrentOwner
Declaration
public string CurrentOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
DegreeId
Declaration
public int DegreeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EndAcademicYearStartDate
Declaration
public DateTime? EndAcademicYearStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndStudentEnrollmentPeriodGraduationDate
Declaration
public DateTime? EndStudentEnrollmentPeriodGraduationDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
EndStudentEnrollmentPeriodStartDate
Declaration
public DateTime? EndStudentEnrollmentPeriodStartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
IsAcademicYearStartDateFiltered
Declaration
public bool IsAcademicYearStartDateFiltered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentEnrollmentPeriodGraduationDateFiltered
Declaration
public bool IsStudentEnrollmentPeriodGraduationDateFiltered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStudentEnrollmentPeriodStartDateFiltered
Declaration
public bool IsStudentEnrollmentPeriodStartDateFiltered { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsTaskFlag
Declaration
public string IsTaskFlag { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
PreviousOwner
Declaration
public string PreviousOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionIdList
Declaration
public List<int> ProgramVersionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
SchoolStatusIdList
Declaration
public List<int> SchoolStatusIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
StudentGroupId
Declaration
public int StudentGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentIdPrint
Declaration
public int StudentIdPrint { get; set; }
Property Value
Type |
Description |
System.Int32 |
|