Search Results for

    Show / Hide Table of Contents

    Class EntityStructureController.FilterValues

    The class used to hold the filtering values for the IEntityStructureView to highlight different paths in the structure

    Inheritance
    object
    EntityStructureController.FilterValues
    Implements
    INotifyPropertyChanged
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Controllers
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class EntityStructureController.FilterValues : INotifyPropertyChanged

    Constructors

    FilterValues()

    Declaration
    public FilterValues()

    Properties

    ClosingDate

    Declaration
    public DateTimeOffset? ClosingDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    InstrumentID

    The instrument to filter the structure by, and path selections by

    Declaration
    public Guid? InstrumentID { get; set; }
    Property Value
    Type Description
    Guid?

    InstrumentID_Label

    Declaration
    public string InstrumentID_Label { get; set; }
    Property Value
    Type Description
    string

    PathID

    The path to highlight on the structure diagram, and to filter the instrument selection by

    Declaration
    public Guid? PathID { get; set; }
    Property Value
    Type Description
    Guid?

    PathID_Label

    Declaration
    public string PathID_Label { get; set; }
    Property Value
    Type Description
    string

    PathIDs

    Declaration
    public Guid[] PathIDs { get; set; }
    Property Value
    Type Description
    Guid[]

    ShowChainedAllocations

    Indicates the structure should show any chaing allocations to other entity set structures

    Declaration
    public bool ShowChainedAllocations { get; set; }
    Property Value
    Type Description
    bool

    ShowSingleInvestorVehicles

    Indicates the structure should show vehicles that only contain a single investor in them

    Declaration
    public bool ShowSingleInvestorVehicles { get; set; }
    Property Value
    Type Description
    bool

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    INotifyPropertyChanged

    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)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.