Class DuplicateCampusStudentListMessage
Expired Student Group Message
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DuplicateCampusStudentListMessage
Remarks
Used to get the expired student group list returned from the stored procedure.
Constructors
DuplicateCampusStudentListMessage()
Declaration
public DuplicateCampusStudentListMessage()
Properties
Addr1
Gets or sets the Addr value.
Declaration
public string Addr1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AdmRepDescrp
Gets or sets the AdmRepDescrp value.
Declaration
public string AdmRepDescrp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AmLeadSrcId
Gets or sets the AmLeadSrcId value.
Declaration
public int AmLeadSrcId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AmLeadTypeId
Gets or sets the AmLeadTypeId value.
Declaration
public int AmLeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AmRepId
Gets or sets the AmRepId value.
Declaration
public int AmRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusName
Gets or sets the CampusName value.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
City
Gets or sets the City value.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DOB
Gets or sets the DOB value.
Declaration
public DateTime? DOB { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DrivLic
Gets or sets the DrivLic value.
Declaration
public string DrivLic { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the Email value.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FirstName
Gets or sets the FirstName value.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastContactDate
Gets or sets the LastContactDate value.
Declaration
public DateTime? LastContactDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LastName
Gets or sets the LastName value.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LeadDate
Gets or sets the LeadDate value.
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
MI
Gets or sets the MI value.
Declaration
public string MI { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Phone
Gets or sets the Phone value.
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SSN
Gets or sets the SSN value.
Declaration
public string SSN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
State
Gets or sets the State value.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SyCampusId
Gets or sets the SyCampusId value.
Declaration
public int SyCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SySchoolStatusId
Gets or sets the SySchoolStatusId value.
Declaration
public int SySchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SyStudentId
Gets or sets the SyStudentId value.
Declaration
public int SyStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WorkPhone
Gets or sets the WorkPhone value.
Declaration
public string WorkPhone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Zip
Gets or sets the Zip value.
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
System.String |