Class EntitySchemaController.FilterValues
The class used to hold the filtering values for the IEntitySchemaView to highlight different paths in the structure
Inheritance
System.Object
EntitySchemaController.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
AddInID
The addin to filter the structure by
Declaration
public Guid? AddInID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Guid> |
AddInID_Label
Declaration
public string AddInID_Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
AddInModuleID
The addin module to filter the structure by
Declaration
public Guid? AddInModuleID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Guid> |
AddInModuleID_Label
Declaration
public string AddInModuleID_Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
CustomEntityID
The custom entity to filter the structure by
Declaration
public Guid? CustomEntityID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Guid> |
CustomEntityID_Label
Declaration
public string CustomEntityID_Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EntityID
The entity to filter the structure by
Declaration
public Guid? EntityID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Guid> |
EntityID_Label
Declaration
public string EntityID_Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HighlightEntityID
The entity to highlight the structure by
Declaration
public string HighlightEntityID { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The type to filter the structure by
Declaration
public EntitySchemaStructureDisplay Type { get; set; }
Property Value
| Type | Description |
|---|---|
| EntitySchemaStructureDisplay |
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
| Type | Description |
|---|---|
| System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged