Class AdmissionsRepLeadReassignment
This class represents the EntityModel interface to the AmProspectAdmissRep database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AdmissionsRepLeadReassignment
Constructors
AdmissionsRepLeadReassignment()
Declaration
public AdmissionsRepLeadReassignment()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AdmissionsRepLeadReassignment.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AdmissionsRepLeadReassignment.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AdmissionsRepLeadReassignment.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AdmissionsRepLeadReassignment.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAssignedAdmissionsRep
Declaration
public virtual Staff NewAssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewAssignedAdmissionsRepId
Gets or sets the NewAssignedAdmissionsRepId associated with this AdmissionsRepLeadReassignment.
Declaration
public int NewAssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewAssignedAdmissionsRepId. |
PrevAssignedAdmissionsRep
Declaration
public virtual Staff PrevAssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviousAssignedAdmissionsRep
Declaration
public virtual AdmissionsRepType PreviousAssignedAdmissionsRep { get; set; }
Property Value
Type | Description |
---|---|
AdmissionsRepType |
PreviousAssignedAdmissionsRepId
Gets or sets the PreviousAssignedAdmissionsRepId associated with this AdmissionsRepLeadReassignment.
Declaration
public int PreviousAssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousAssignedAdmissionsRepId. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this AdmissionsRepLeadReassignment.
Declaration
public int? ProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProspectInquiryId. |
ReassignedDate
Gets or sets the ReassignedDate associated with this AdmissionsRepLeadReassignment.
Declaration
public DateTime ReassignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ReassignedDate. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this AdmissionsRepLeadReassignment.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()