Class AgencyBranchEntity
This class represents the EntityModel interface to the amAgencyBranch database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class AgencyBranchEntity : Entity, IIdentifiable, IAuditable
Constructors
AgencyBranchEntity()
Declaration
public AgencyBranchEntity()
Fields
AgencyIdProperty
The AgencyId property.
Declaration
public static readonly EntityProperty AgencyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BillingMethodIdProperty
The BillingMethodId property.
Declaration
public static readonly EntityProperty BillingMethodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The City property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CompanyNameProperty
The CompanyName property.
Declaration
public static readonly EntityProperty CompanyNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactFirstNameProperty
The ContactFirstName property.
Declaration
public static readonly EntityProperty ContactFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactLastNameProperty
The ContactLastName property.
Declaration
public static readonly EntityProperty ContactLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryIdProperty
The CountryId property.
Declaration
public static readonly EntityProperty CountryIdProperty
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 |
DivisionProperty
The Division property.
Declaration
public static readonly EntityProperty DivisionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmailAddressProperty
The EmailAddress property.
Declaration
public static readonly EntityProperty EmailAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GstNumberProperty
The GstNumber property.
Declaration
public static readonly EntityProperty GstNumberProperty
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 |
IndustryIdProperty
The IndustryId property.
Declaration
public static readonly EntityProperty IndustryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InvoiceNumberMaskProperty
The InvoiceNumberMask property.
Declaration
public static readonly EntityProperty InvoiceNumberMaskProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
InvoiceTypeProperty
The InvoiceType property.
Declaration
public static readonly EntityProperty InvoiceTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDisbursementBatchCreatedProperty
The IsDisbursementBatchCreated property.
Declaration
public static readonly EntityProperty IsDisbursementBatchCreatedProperty
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 |
IsSponsorProperty
The IsSponsor property.
Declaration
public static readonly EntityProperty IsSponsorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastInvoiceNumberProperty
The LastInvoiceNumber property.
Declaration
public static readonly EntityProperty LastInvoiceNumberProperty
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 |
LastStatementCloseDateProperty
The LastStatementCloseDate property.
Declaration
public static readonly EntityProperty LastStatementCloseDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastStatementDateProperty
The LastStatementDate property.
Declaration
public static readonly EntityProperty LastStatementDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OrganizationIdProperty
The OrganizationId property.
Declaration
public static readonly EntityProperty OrganizationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PhoneNumberProperty
The PhoneNumber property.
Declaration
public static readonly EntityProperty PhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The PostalCode property.
Declaration
public static readonly EntityProperty PostalCodeProperty
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 |
StatementAmountProperty
The StatementAmount property.
Declaration
public static readonly EntityProperty StatementAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatementCommentProperty
The StatementComment property.
Declaration
public static readonly EntityProperty StatementCommentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The State property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The StreetAddress property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AgencyId
Gets or sets the AgencyId associated with this AgencyBranchEntity.
Declaration
public int AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgencyId. |
BillingMethodId
Gets or sets the BillingMethodId associated with this AgencyBranchEntity.
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingMethodId. |
CampusGroupId
Gets or sets the CampusGroupId associated with this AgencyBranchEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
City
Gets or sets the City associated with this AgencyBranchEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CompanyName
Gets or sets the CompanyName associated with this AgencyBranchEntity.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyName. |
ContactFirstName
Gets or sets the ContactFirstName associated with this AgencyBranchEntity.
Declaration
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFirstName. |
ContactLastName
Gets or sets the ContactLastName associated with this AgencyBranchEntity.
Declaration
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactLastName. |
CountryId
Gets or sets the CountryId associated with this AgencyBranchEntity.
Declaration
public int? CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CountryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AgencyBranchEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Division
Gets or sets the Division associated with this AgencyBranchEntity.
Declaration
public string Division { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Division. |
EmailAddress
Gets or sets the EmailAddress associated with this AgencyBranchEntity.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
GstNumber
Gets or sets the GstNumber associated with this AgencyBranchEntity.
Declaration
public string GstNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GstNumber. |
Id
Gets or sets the Id associated with this AgencyBranchEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IndustryId
Gets or sets the IndustryId associated with this AgencyBranchEntity.
Declaration
public int? IndustryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The IndustryId. |
InvoiceNumberMask
Gets or sets the InvoiceNumberMask associated with this AgencyBranchEntity.
Declaration
public string InvoiceNumberMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceNumberMask. |
InvoiceType
Gets or sets the InvoiceType associated with this AgencyBranchEntity.
Declaration
public string InvoiceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceType. |
IsAllowedtoDeleteAgencyWithCreditCard
Declaration
public bool IsAllowedtoDeleteAgencyWithCreditCard { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDisbursementBatchCreated
Gets or sets the IsDisbursementBatchCreated associated with this AgencyBranchEntity.
Declaration
public bool IsDisbursementBatchCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbursementBatchCreated. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this AgencyBranchEntity.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsSponsor
Gets or sets the IsSponsor associated with this AgencyBranchEntity.
Declaration
public bool? IsSponsor { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSponsor. |
LastInvoiceNumber
Gets or sets the LastInvoiceNumber associated with this AgencyBranchEntity.
Declaration
public int? LastInvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastInvoiceNumber. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AgencyBranchEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AgencyBranchEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastStatementCloseDate
Gets or sets the LastStatementCloseDate associated with this AgencyBranchEntity.
Declaration
public DateTime? LastStatementCloseDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementCloseDate. |
LastStatementDate
Gets or sets the LastStatementDate associated with this AgencyBranchEntity.
Declaration
public DateTime? LastStatementDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStatementDate. |
Name
Gets or sets the Name associated with this AgencyBranchEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
OrganizationId
Gets or sets the OrganizationId associated with this AgencyBranchEntity.
Declaration
public int? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OrganizationId. |
PhoneNumber
Gets or sets the PhoneNumber associated with this AgencyBranchEntity.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this AgencyBranchEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this AgencyBranchEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this AgencyBranchEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StatementAmount
Gets or sets the StatementAmount associated with this AgencyBranchEntity.
Declaration
public decimal? StatementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The StatementAmount. |
StatementComment
Gets or sets the StatementComment associated with this AgencyBranchEntity.
Declaration
public string StatementComment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatementComment. |
StreetAddress
Gets or sets the StreetAddress associated with this AgencyBranchEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
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()