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.YearEnd
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.GetLabel(String)
    IBaseEntity.SetLabel(String, String)
    IBaseEntity.SetSilentLabel(String, String)
    System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    System.ComponentModel.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
    Assembly: API.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, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    Code

    [Key] The unique code for this Entity Set

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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    IObjectEntityBase
    ICompanyOwnership
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.