Class LeadSourceExpenseEntity
This class represents the EntityModel interface to the AmLeadExpense database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class LeadSourceExpenseEntity : Entity, IIdentifiable, IAuditable
Constructors
LeadSourceExpenseEntity()
Declaration
public LeadSourceExpenseEntity()
Fields
AdEndDateProperty
The AdEndDate property.
Declaration
public static readonly EntityProperty AdEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AdStartDateProperty
The AdStartDate property.
Declaration
public static readonly EntityProperty AdStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
InvoiceAmountProperty
The InvoiceAmount property.
Declaration
public static readonly EntityProperty InvoiceAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InvoiceDateProperty
The InvoiceDate property.
Declaration
public static readonly EntityProperty InvoiceDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InvoiceNumberProperty
The InvoiceNumber property.
Declaration
public static readonly EntityProperty InvoiceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
LeadSourceIdProperty
The LeadSourceId property.
Declaration
public static readonly EntityProperty LeadSourceIdProperty
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 |
SyOrganizationIdProperty
The SyOrganizationId property.
Declaration
public static readonly EntityProperty SyOrganizationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdEndDate
Gets or sets the AdEndDate associated with this LeadSourceExpenseEntity.
Declaration
public DateTime? AdEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AdEndDate. |
AdStartDate
Gets or sets the AdStartDate associated with this LeadSourceExpenseEntity.
Declaration
public DateTime? AdStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AdStartDate. |
CampusId
Gets or sets the CampusId associated with this LeadSourceExpenseEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CategoryName
Declaration
public string CategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this LeadSourceExpenseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this LeadSourceExpenseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InvoiceAmount
Gets or sets the InvoiceAmount associated with this LeadSourceExpenseEntity.
Declaration
public decimal InvoiceAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The InvoiceAmount. |
InvoiceDate
Gets or sets the InvoiceDate associated with this LeadSourceExpenseEntity.
Declaration
public DateTime? InvoiceDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InvoiceDate. |
InvoiceNumber
Gets or sets the InvoiceNumber associated with this LeadSourceExpenseEntity.
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceNumber. |
IsActive
Gets or sets the IsActive associated with this LeadSourceExpenseEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this LeadSourceExpenseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this LeadSourceExpenseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeadSourceId
Gets or sets the LeadSourceId associated with this LeadSourceExpenseEntity.
Declaration
public int LeadSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LeadSourceId. |
LeadSubVendorId
Declaration
public int? LeadSubVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
LeadVendorId
Declaration
public int? LeadVendorId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ParentSyOrganizationId
Declaration
public int? ParentSyOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
RowVersion
Gets or sets the RowVersion associated with this LeadSourceExpenseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SyOrganizationId
Gets or sets the SyOrganizationId associated with this LeadSourceExpenseEntity.
Declaration
public int? SyOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyOrganizationId. |
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()