Class ProspectInquiryLeadSource
This class represents the EntityModel interface to the amProspectLeadSrc database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ProspectInquiryLeadSource
Constructors
ProspectInquiryLeadSource()
Declaration
public ProspectInquiryLeadSource()
Properties
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this ProspectInquiryLeadSource.
Declaration
public int? AssignedAdmissionsRepId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedAdmissionsRepId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProspectInquiryLeadSource.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataChanges
Declaration
public virtual ICollection<ProspectInquiryLeadSourceDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectInquiryLeadSourceDataChange> |
Id
Gets or sets the Id associated with this ProspectInquiryLeadSource.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this ProspectInquiryLeadSource.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsPrimarySource
Gets or sets the IsPrimarySource associated with this ProspectInquiryLeadSource.
Declaration
public bool IsPrimarySource { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimarySource. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProspectInquiryLeadSource.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProspectInquiryLeadSource.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeadDate
Gets or sets the LeadDate associated with this ProspectInquiryLeadSource.
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LeadDate. |
LeadSource
Declaration
public virtual LeadSource LeadSource { get; set; }
Property Value
Type | Description |
---|---|
LeadSource |
LeadSourceId
Gets or sets the LeadSourceId associated with this ProspectInquiryLeadSource.
Declaration
public int LeadSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LeadSourceId. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this ProspectInquiryLeadSource.
Declaration
public int? ProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProspectInquiryId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this ProspectInquiryLeadSource.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Vendors
Declaration
public virtual ICollection<ProspectInquiryLeadSourceLeadVendor> Vendors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ProspectInquiryLeadSourceLeadVendor> |
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()