Interface ITransactionCodeTransactionCodeGrouping
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityDefinition(EntityID.TransactionCode_TransactionCodeGrouping, "dbo.LT_TransactionCodeTransactionCodeGroupings", "TransactionCodeTransactionCodeGrouping", IsStandingDataEntity = false)]
public interface ITransactionCodeTransactionCodeGrouping : IBaseEntityWithPermissions, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
TransactionCodeGroupingID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.Grouping, "ID", SingleJoinType.One, "Transaction Code Grouping", "Transaction Code", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
[EntityKeyProperty]
[RequiredNoDefaultIDValidation]
Guid TransactionCodeGroupingID { get; set; }
Property Value
TransactionCodeID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.TransactionCode, "ID", SingleJoinType.ZeroToOne, "Transaction Code", "Transaction Code Grouping", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
[EntityKeyProperty]
Guid TransactionCodeID { get; set; }
Property Value
Extension Methods