Class EntityStructureController.FilterValues
The class used to hold the filtering values for the IEntityStructureView to highlight different
paths in the structure
Inheritance
EntityStructureController.FilterValues
Assembly: LemonEdge.ClientCore.dll
Syntax
public class EntityStructureController.FilterValues : INotifyPropertyChanged
Constructors
FilterValues()
Declaration
Properties
ClosingDate
Declaration
public DateTimeOffset? ClosingDate { get; set; }
Property Value
InstrumentID
The instrument to filter the structure by, and path selections by
Declaration
public Guid? InstrumentID { get; set; }
Property Value
InstrumentID_Label
Declaration
public string InstrumentID_Label { get; set; }
Property Value
PathID
The path to highlight on the structure diagram, and to filter the instrument selection by
Declaration
public Guid? PathID { get; set; }
Property Value
PathID_Label
Declaration
public string PathID_Label { get; set; }
Property Value
PathIDs
Declaration
public Guid[] PathIDs { get; set; }
Property Value
ShowChainedAllocations
Indicates the structure should show any chaing allocations to other entity set structures
Declaration
public bool ShowChainedAllocations { get; set; }
Property Value
ShowSingleInvestorVehicles
Indicates the structure should show vehicles that only contain a single investor in them
Declaration
public bool ShowSingleInvestorVehicles { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods