Interface IHasReference
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityIndex(Name = "Ref", ColumnNames = new string[] { "Reference" }, IndexOrder = new IndexOrder[] { IndexOrder.Ascending }, IsClustered = false, IsUnique = false)]
public interface IHasReference : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
Reference
The auto-increment unique reference for this entity
Declaration
[EntityProperty(SQLType.Int, false)]
[EntityDescription("Holds the unique reference of this transactional entity.")]
[EntityKeyProperty]
[EntityAutoIncrementColumn(1)]
int Reference { get; set; }
Property Value
Type | Description |
---|---|
int |