Interface IExchangeRateCategory
The system entity for exchange rate categories
See https://web.lemonedge.com/help/exchange-rates/ for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.ExchangeRateCategory, "dbo.LT_ExchangeRateCategories", "ExchangeRateCategory", IsStandingDataEntity = false, HelpURL = "exchange-rates", LabelColumn = "Name")]
[DefaultEntityIcon(ImageType.ExchangeRates)]
public interface IExchangeRateCategory : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
Description
The user friendly description of this exchange rate category
Declaration
[EntityProperty(SQLType.NVarChar, (short)2500, true)]
[EntityDescription("The user friendly description of this exchange rate category.")]
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
[Key] The unique name of this exchange rate category
Declaration
[EntityProperty(SQLType.NVarChar, (short)500, false)]
[EntityDescription("The unique name of this exchange rate category.")]
[Required]
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |