Class AgencyBranch
This class represents the EntityModel interface to the amAgencyBranch database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Common
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AgencyBranch
Constructors
AgencyBranch()
Declaration
public AgencyBranch()
Properties
Agency
Declaration
public virtual Agency Agency { get; set; }
Property Value
Type | Description |
---|---|
Agency |
AgencyId
Gets or sets the AgencyId associated with this AgencyBranch.
Declaration
public int AgencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgencyId. |
BillingMethod
Declaration
public virtual BillingMethod BillingMethod { get; set; }
Property Value
Type | Description |
---|---|
BillingMethod |
BillingMethodId
Gets or sets the BillingMethodId associated with this AgencyBranch.
Declaration
public int? BillingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BillingMethodId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this AgencyBranch.
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 AgencyBranch.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
CompanyName
Gets or sets the CompanyName associated with this AgencyBranch.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CompanyName. |
ContactFirstName
Gets or sets the ContactFirstName associated with this AgencyBranch.
Declaration
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFirstName. |
ContactLastName
Gets or sets the ContactLastName associated with this AgencyBranch.
Declaration
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactLastName. |
CountryId
Gets or sets the CountryId associated with this AgencyBranch.
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 AgencyBranch.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Division
Gets or sets the Division associated with this AgencyBranch.
Declaration
public string Division { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Division. |
EmailAddress
Gets or sets the EmailAddress associated with this AgencyBranch.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<AgencyBranchExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AgencyBranchExtendedProperty> |
GstNumber
Gets or sets the GstNumber associated with this AgencyBranch.
Declaration
public string GstNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GstNumber. |
Id
Gets or sets the Id associated with this AgencyBranch.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
Industry
Declaration
public virtual Industry Industry { get; set; }
Property Value
Type | Description |
---|---|
Industry |
IndustryId
Gets or sets the IndustryId associated with this AgencyBranch.
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 AgencyBranch.
Declaration
public string InvoiceNumberMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceNumberMask. |
InvoiceType
Gets or sets the InvoiceType associated with this AgencyBranch.
Declaration
public string InvoiceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InvoiceType. |
IsDisbursementBatchCreated
Gets or sets the IsDisbursementBatchCreated associated with this AgencyBranch.
Declaration
public bool IsDisbursementBatchCreated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbursementBatchCreated. |
IsExcludedCrmIntegration
Gets or sets the IsExcludedCrmIntegration associated with this AgencyBranch.
Declaration
public bool IsExcludedCrmIntegration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExcludedCrmIntegration. |
IsSponsor
Gets or sets the IsSponsor associated with this AgencyBranch.
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 AgencyBranch.
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 AgencyBranch.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AgencyBranch.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastStatementCloseDate
Gets or sets the LastStatementCloseDate associated with this AgencyBranch.
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 AgencyBranch.
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 AgencyBranch.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Organization
Declaration
public virtual Organization Organization { get; set; }
Property Value
Type | Description |
---|---|
Organization |
OrganizationId
Gets or sets the OrganizationId associated with this AgencyBranch.
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 AgencyBranch.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this AgencyBranch.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
State
Gets or sets the State associated with this AgencyBranch.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StatementAmount
Gets or sets the StatementAmount associated with this AgencyBranch.
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 AgencyBranch.
Declaration
public string StatementComment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StatementComment. |
StreetAddress
Gets or sets the StreetAddress associated with this AgencyBranch.
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()