Class BankEntity
This class represents the EntityModel interface to the SaBank database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BankEntity : Entity, IIdentifiable, IAuditable
Constructors
BankEntity()
Declaration
public BankEntity()
Fields
CampusIdProperty
The property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CityProperty
The property.
Declaration
public static readonly EntityProperty CityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactFirstNameProperty
The property.
Declaration
public static readonly EntityProperty ContactFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactLastNameProperty
The property.
Declaration
public static readonly EntityProperty ContactLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContactTitleProperty
The property.
Declaration
public static readonly EntityProperty ContactTitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CountryIdProperty
The 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 property.
Declaration
public static readonly EntityProperty EmailAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaxNumberProperty
The property.
Declaration
public static readonly EntityProperty FaxNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IbanProperty
The Iban property.
Declaration
public static readonly EntityProperty IbanProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
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 |
IsPositivePayUseProperty
The property.
Declaration
public static readonly EntityProperty IsPositivePayUseProperty
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 property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PhoneNumberProperty
The property.
Declaration
public static readonly EntityProperty PhoneNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PositivePayClearedChecksFileTypeProperty
The property.
Declaration
public static readonly EntityProperty PositivePayClearedChecksFileTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PositivePayIssuedChecksFileTypeProperty
The property.
Declaration
public static readonly EntityProperty PositivePayIssuedChecksFileTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeProperty
The property.
Declaration
public static readonly EntityProperty PostalCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RoutingNumberProperty
The property.
Declaration
public static readonly EntityProperty RoutingNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateProperty
The property.
Declaration
public static readonly EntityProperty StateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetAddressProperty
The property.
Declaration
public static readonly EntityProperty StreetAddressProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SwiftCodeProperty
The SwiftCode property.
Declaration
public static readonly EntityProperty SwiftCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BranchName
Declaration
[Obsolete("Do not use")]
public string BranchName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusId
Gets or sets the CampusId associated with this BankEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
City
Gets or sets the City associated with this BankEntity.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String | The City. |
Code
Gets or sets the Code associated with this BankEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
ContactFirstName
Gets or sets the ContactFirstName associated with this BankEntity.
Declaration
public string ContactFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactFirstName. |
ContactLastName
Gets or sets the ContactLastName associated with this BankEntity.
Declaration
public string ContactLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactLastName. |
ContactTitle
Gets or sets the ContactTitle associated with this BankEntity.
Declaration
public string ContactTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContactTitle. |
CountryId
Gets or sets the CountryId associated with this BankEntity.
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 BankEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCodeId
Declaration
[Obsolete("Do not use")]
public int? CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
EmailAddress
Gets or sets the EmailAddress associated with this BankEntity.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailAddress. |
FaxNumber
Gets or sets the FaxNumber associated with this BankEntity.
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FaxNumber. |
Iban
Gets or sets the Iban associated with this BankEntity.
Declaration
public string Iban { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Iban. |
Id
Gets or sets the Id associated with this BankEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this BankEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsPositivePayUse
Gets or sets the IsPositivePayUse associated with this BankEntity.
Declaration
public bool IsPositivePayUse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPositivePayUse. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BankEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BankEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this BankEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PhoneNumber
Gets or sets the PhoneNumber associated with this BankEntity.
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PhoneNumber. |
PositivePayClearedChecksFileType
Gets or sets the PositivePayClearedChecksFileType associated with this BankEntity.
Declaration
public string PositivePayClearedChecksFileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PositivePayClearedChecksFileType. |
PositivePayIssuedChecksFileType
Gets or sets the PositivePayIssuedChecksFileType associated with this BankEntity.
Declaration
public string PositivePayIssuedChecksFileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PositivePayIssuedChecksFileType. |
PostalCode
Gets or sets the PostalCode associated with this BankEntity.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
RoutingNumber
Gets or sets the RoutingNumber associated with this BankEntity.
Declaration
public string RoutingNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RoutingNumber. |
RowVersion
Gets or sets the RowVersion associated with this BankEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
State
Gets or sets the State associated with this BankEntity.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String | The State. |
StreetAddress
Gets or sets the StreetAddress associated with this BankEntity.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StreetAddress. |
SwiftCode
Gets or sets the SwiftCode associated with this BankEntity.
Declaration
public string SwiftCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SwiftCode. |
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()