Class EntityStructureController.FilterValues
The class used to hold the filtering values for the IEntityStructureView to highlight different paths in the structure
Inheritance
System.Object
EntityStructureController.FilterValues
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.Client.Core.Views
Assembly: ClientCore.dll
Syntax
public class FilterValues : INotifyPropertyChanged
Properties
InstrumentID
The instrument to filter the structure by, and path selections by
Declaration
public Guid? InstrumentID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
InstrumentID_Label
Declaration
public string InstrumentID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Guid> |
PathID_Label
Declaration
public string PathID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowChainedAllocations
Indicates the structure should show any chaing allocations to other entity set structures
Declaration
public bool ShowChainedAllocations { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type | Description |
---|---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged