Class EntitySchemaController.FilterValues
The class used to hold the filtering values for the IEntitySchemaView to highlight different paths
in the structure
Inheritance
EntitySchemaController.FilterValues
Assembly: LemonEdge.ClientCore.dll
Syntax
public class EntitySchemaController.FilterValues : INotifyPropertyChanged
Constructors
FilterValues()
Declaration
Properties
AddInID
The addin to filter the structure by
Declaration
public Guid? AddInID { get; set; }
Property Value
AddInID_Label
Declaration
public string AddInID_Label { get; set; }
Property Value
AddInModuleID
The addin module to filter the structure by
Declaration
public Guid? AddInModuleID { get; set; }
Property Value
AddInModuleID_Label
Declaration
public string AddInModuleID_Label { get; set; }
Property Value
CustomEntityID
The custom entity to filter the structure by
Declaration
public Guid? CustomEntityID { get; set; }
Property Value
CustomEntityID_Label
Declaration
public string CustomEntityID_Label { get; set; }
Property Value
EntityID
The entity to filter the structure by
Declaration
public Guid? EntityID { get; set; }
Property Value
EntityID_Label
Declaration
public string EntityID_Label { get; set; }
Property Value
HighlightEntityID
The entity to highlight the structure by
Declaration
public string HighlightEntityID { get; set; }
Property Value
Type
The type to filter the structure by
Declaration
public EntitySchemaStructureDisplay Type { get; set; }
Property Value
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods