Class FinanceCompanyDetail
This class represents the EntityModel interface to the SyCompanySetup database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FinanceCompanyDetail
Constructors
FinanceCompanyDetail()
Declaration
public FinanceCompanyDetail()
Properties
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this FinanceCompanyDetail.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
City
Gets or sets the City associated with this FinanceCompanyDetail.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this FinanceCompanyDetail.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CompanyLogo
Gets or sets the CompanyLogo associated with this FinanceCompanyDetail.
Declaration
public byte[] CompanyLogo { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The CompanyLogo. |
Country
Declaration
public virtual Country Country { get; set; }
Property Value
Type | Description |
---|---|
Country |
CountryId
Gets or sets the CountryId associated with this FinanceCompanyDetail.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FinanceCompanyDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EmailAddress
Gets or sets the EmailAddress associated with this FinanceCompanyDetail.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
FaxNumber
Gets or sets the FaxNumber associated with this FinanceCompanyDetail.
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 FinanceCompanyDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncorporatedDate
Gets or sets the IncorporatedDate associated with this FinanceCompanyDetail.
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 FinanceCompanyDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FinanceCompanyDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this FinanceCompanyDetail.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PhoneNumber
Gets or sets the PhoneNumber associated with this FinanceCompanyDetail.
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 FinanceCompanyDetail.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
SicCode
Gets or sets the SicCode associated with this FinanceCompanyDetail.
Declaration
public string SicCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SicCode. |
StreetAddress1
Gets or sets the StreetAddress1 associated with this FinanceCompanyDetail.
Declaration
public string StreetAddress1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress1. |
StreetAddress2
Gets or sets the StreetAddress2 associated with this FinanceCompanyDetail.
Declaration
public string StreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress2. |
StreetAddress3
Gets or sets the StreetAddress3 associated with this FinanceCompanyDetail.
Declaration
public string StreetAddress3 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress3. |
TaxPeriod
Gets or sets the TaxPeriod associated with this FinanceCompanyDetail.
Declaration
public string TaxPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaxPeriod. |
TaxRegistrationDate
Gets or sets the TaxRegistrationDate associated with this FinanceCompanyDetail.
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 FinanceCompanyDetail.
Declaration
public string TaxRegistrationNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TaxRegistrationNumber. |
UsaState
Declaration
public virtual UsaState UsaState { get; set; }
Property Value
Type | Description |
---|---|
UsaState |
UsaStateId
Gets or sets the UsaStateId associated with this FinanceCompanyDetail.
Declaration
public int UsaStateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The UsaStateId. |
WebSiteUrl
Gets or sets the WebSiteUrl associated with this FinanceCompanyDetail.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |