Search Results for

    Show / Hide Table of Contents

    Interface ICompanyStructure

    The system entity for a Company Structure, which inherits from the base type IEntitySetBase

    See https://help.lemonedge.com/help/financial-services-engine/entities/company-structures/intro.html for more information

    Inherited Members
    IEntitySetBase.Name
    IEntitySetBase.CurrencyID
    IEntitySetBase.RoundingLevel
    IEntitySetBase.UnitRoundingDecimalPlaces
    IEntitySetBase.CSERoundingDecimalPlaces
    IEntitySetBase.YearEnd
    IEntitySetBase.ExchangeRateCategoryID
    IEntitySetBase.PeriodEndTransformationID
    IHasFolderStructure.FolderID
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.FinancialServices.LegalEntity
    Assembly: LemonEdge.API.Entities.FinancialServices.dll
    Syntax
    [EntityDefinition(EntityID.CompanyStructure, "dbo.LT_CompanyStructures", "CompanyStructure", LabelColumn = "Code", IsStandingDataEntity = false, HelpURL = "help/financial-services-engine/entities/company-structures/intro.html")]
    [DefaultEntityIcon(ImageType.CompanyGroup)]
    [EntityColor("LightGreen")]
    public interface ICompanyStructure : IInheritingObject, IEntitySetBase, IBaseEntityWithPermissions, IHasFolderStructure, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    Code

    [Key] The unique code for this Entity Set

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, false)]
    [EntityDescription("The unique code of this company structure.")]
    [Required]
    [Unique]
    string Code { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IObjectEntityBase
    ICompanyOwnership
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.