Class CurrencyExchangeRateEntity
This class represents the EntityModel interface to the SaCurrencyExchangeRate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CurrencyExchangeRateEntity : Entity, IIdentifiable, IAuditable
Constructors
CurrencyExchangeRateEntity()
Declaration
public CurrencyExchangeRateEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
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 |
CurrencyCodeIdProperty
The CurrencyCodeId property.
Declaration
public static readonly EntityProperty CurrencyCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrencyCodeProperty
The CurrencyCode property.
Declaration
public static readonly EntityProperty CurrencyCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExchangeRateProperty
The ExchangeRate property.
Declaration
public static readonly EntityProperty ExchangeRateProperty
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 |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ValidFromDateProperty
The ValidFromDate property.
Declaration
public static readonly EntityProperty ValidFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ValidToDateProperty
The ValidToDate property.
Declaration
public static readonly EntityProperty ValidToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this CurrencyExchangeRateEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CurrencyExchangeRateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrencyCode
Declaration
public virtual CurrencyCodeEntity CurrencyCode { get; set; }
Property Value
Type | Description |
---|---|
CurrencyCodeEntity |
CurrencyCodeId
Gets or sets the CurrencyCodeId associated with this CurrencyExchangeRateEntity.
Declaration
public int CurrencyCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CurrencyCodeId. |
ExchangeRate
Gets or sets the ExchangeRate associated with this CurrencyExchangeRateEntity.
Declaration
public decimal ExchangeRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExchangeRate. |
Id
Gets or sets the Id associated with this CurrencyExchangeRateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CurrencyExchangeRateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CurrencyExchangeRateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this CurrencyExchangeRateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ValidFromDate
Gets or sets the ValidFromDate associated with this CurrencyExchangeRateEntity.
Declaration
public DateTime ValidFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ValidFromDate. |
ValidToDate
Gets or sets the ValidToDate associated with this CurrencyExchangeRateEntity.
Declaration
public DateTime? ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ValidToDate. |
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()