Class ProspectInquiryLeadSourceEntity
This class represents the EntityModel interface to the amProspectLeadSrc database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ProspectInquiryLeadSourceEntity : Entity, IIdentifiable, IAuditable
Constructors
ProspectInquiryLeadSourceEntity()
Declaration
public ProspectInquiryLeadSourceEntity()
Fields
AssignedAdmissionsRepIdProperty
The AssignedAdmissionsRepId property.
Declaration
public static readonly EntityProperty AssignedAdmissionsRepIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExcludedCrmIntegrationProperty
The IsExcludedCrmIntegration property.
Declaration
public static readonly EntityProperty IsExcludedCrmIntegrationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPrimarySourceProperty
The IsPrimarySource property.
Declaration
public static readonly EntityProperty IsPrimarySourceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LeadDateProperty
The LeadDate property.
Declaration
public static readonly EntityProperty LeadDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LeadSourceIdProperty
The LeadSourceId property.
Declaration
public static readonly EntityProperty LeadSourceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProspectInquiryIdProperty
The ProspectInquiryId property.
Declaration
public static readonly EntityProperty ProspectInquiryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VendorsProperty
The Vendors property.
Declaration
public static readonly EntityProperty VendorsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignedAdmissionsRepId
Gets or sets the AssignedAdmissionsRepId associated with this ProspectInquiryLeadSourceEntity.
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 ProspectInquiryLeadSourceEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this ProspectInquiryLeadSourceEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this ProspectInquiryLeadSourceEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsPrimarySource
Gets or sets the IsPrimarySource associated with this ProspectInquiryLeadSourceEntity.
Declaration
public bool IsPrimarySource { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPrimarySource. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProspectInquiryLeadSourceEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProspectInquiryLeadSourceEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeadDate
Gets or sets the LeadDate associated with this ProspectInquiryLeadSourceEntity.
Declaration
public DateTime? LeadDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LeadDate. |
LeadSourceId
Gets or sets the LeadSourceId associated with this ProspectInquiryLeadSourceEntity.
Declaration
public int LeadSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LeadSourceId. |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this ProspectInquiryLeadSourceEntity.
Declaration
public int? ProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProspectInquiryId. |
RowVersion
Gets or sets the RowVersion associated with this ProspectInquiryLeadSourceEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentId
Gets or sets the StudentId associated with this ProspectInquiryLeadSourceEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Vendors
Declaration
public virtual EntityCollection<ProspectInquiryLeadSourceLeadVendorEntity> Vendors { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<ProspectInquiryLeadSourceLeadVendorEntity> |
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()