Interface IEntitySetChartOfAccount
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityDefinition(EntityID.EntitySetChartOfAccount, "dbo.LT_EntitySetChartOfAccounts", "EntitySetChartOfAccount", IsStandingDataEntity = false)]
public interface IEntitySetChartOfAccount : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties
Properties
ChartOfAccountID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.ChartOfAccount, "ID", SingleJoinType.One, "Chart Of Account", "Entity Set Chart Of Accounts", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
[EntityKeyProperty]
[RequiredNoDefaultIDValidation]
Guid ChartOfAccountID { get; set; }
Property Value
EntityID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, true)]
[EntityRelationship(EntityID.ObjectEntity, "ID", SingleJoinType.ZeroToOne, "Entity", "Chart Of Accounts", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
[EntityKeyProperty]
Guid? EntityID { get; set; }
Property Value
EntitySetEntityID
Declaration
[EntityProperty(SQLType.UniqueIdentifier, true)]
[EntityRelationship(EntityID.EntitySet, "ID", SingleJoinType.ZeroToOne, "Entity Set", "Chart Of Accounts", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
[EntityKeyProperty]
Guid? EntitySetEntityID { get; set; }
Property Value
Extension Methods