Class FinanceCompanyDetailEntity
This class represents the EntityModel interface to the SyCompanySetup database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class FinanceCompanyDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
FinanceCompanyDetailEntity()
Declaration
public FinanceCompanyDetailEntity()
Fields
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 |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CompanyLogoProperty
The CompanyLogo property.
Declaration
public static readonly EntityProperty CompanyLogoProperty
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 |
EmailAddressProperty
The EmailAddress property.
Declaration
public static readonly EntityProperty EmailAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaxNumberProperty
The FaxNumber property.
Declaration
public static readonly EntityProperty FaxNumberProperty
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 |
IncorporatedDateProperty
The IncorporatedDate property.
Declaration
public static readonly EntityProperty IncorporatedDateProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
SicCodeProperty
The SicCode property.
Declaration
public static readonly EntityProperty SicCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddress1Property
The StreetAddress1 property.
Declaration
public static readonly EntityProperty StreetAddress1Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddress2Property
The StreetAddress2 property.
Declaration
public static readonly EntityProperty StreetAddress2Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddress3Property
The StreetAddress3 property.
Declaration
public static readonly EntityProperty StreetAddress3Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaxPeriodProperty
The TaxPeriod property.
Declaration
public static readonly EntityProperty TaxPeriodProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaxRegistrationDateProperty
The TaxRegistrationDate property.
Declaration
public static readonly EntityProperty TaxRegistrationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaxRegistrationNumberProperty
The TaxRegistrationNumber property.
Declaration
public static readonly EntityProperty TaxRegistrationNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UsaStateIdProperty
The UsaStateId property.
Declaration
public static readonly EntityProperty UsaStateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WebSiteUrlProperty
The WebSiteUrl property.
Declaration
public static readonly EntityProperty WebSiteUrlProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this FinanceCompanyDetailEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
City
Gets or sets the City associated with this FinanceCompanyDetailEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this FinanceCompanyDetailEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CompanyLogo
Gets or sets the CompanyLogo associated with this FinanceCompanyDetailEntity.
Declaration
public byte[] CompanyLogo { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The CompanyLogo. |
CountryId
Gets or sets the CountryId associated with this FinanceCompanyDetailEntity.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FinanceCompanyDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmailAddress
Gets or sets the EmailAddress associated with this FinanceCompanyDetailEntity.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
FaxNumber
Gets or sets the FaxNumber associated with this FinanceCompanyDetailEntity.
Declaration
public long? FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The FaxNumber. |
Id
Gets or sets the Id associated with this FinanceCompanyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncorporatedDate
Gets or sets the IncorporatedDate associated with this FinanceCompanyDetailEntity.
Declaration
public DateTime? IncorporatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IncorporatedDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FinanceCompanyDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FinanceCompanyDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this FinanceCompanyDetailEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PhoneNumber
Gets or sets the PhoneNumber associated with this FinanceCompanyDetailEntity.
Declaration
public long? PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> | The PhoneNumber. |
PostalCode
Gets or sets the PostalCode associated with this FinanceCompanyDetailEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RowVersion
Gets or sets the RowVersion associated with this FinanceCompanyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SicCode
Gets or sets the SicCode associated with this FinanceCompanyDetailEntity.
Declaration
public string SicCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SicCode. |
StreetAddress1
Gets or sets the StreetAddress1 associated with this FinanceCompanyDetailEntity.
Declaration
public string StreetAddress1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress1. |
StreetAddress2
Gets or sets the StreetAddress2 associated with this FinanceCompanyDetailEntity.
Declaration
public string StreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress2. |
StreetAddress3
Gets or sets the StreetAddress3 associated with this FinanceCompanyDetailEntity.
Declaration
public string StreetAddress3 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress3. |
TaxPeriod
Gets or sets the TaxPeriod associated with this FinanceCompanyDetailEntity.
Declaration
public string TaxPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaxPeriod. |
TaxRegistrationDate
Gets or sets the TaxRegistrationDate associated with this FinanceCompanyDetailEntity.
Declaration
public DateTime? TaxRegistrationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TaxRegistrationDate. |
TaxRegistrationNumber
Gets or sets the TaxRegistrationNumber associated with this FinanceCompanyDetailEntity.
Declaration
public string TaxRegistrationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaxRegistrationNumber. |
UsaStateId
Gets or sets the UsaStateId associated with this FinanceCompanyDetailEntity.
Declaration
public int UsaStateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The UsaStateId. |
WebSiteUrl
Gets or sets the WebSiteUrl associated with this FinanceCompanyDetailEntity.
Declaration
public string WebSiteUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WebSiteUrl. |
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()