Search Results for

    Show / Hide Table of Contents

    Class EntitySchemaController.FilterValues

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

    Inheritance
    object
    EntitySchemaController.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 EntitySchemaController.FilterValues : INotifyPropertyChanged

    Constructors

    FilterValues()

    Declaration
    public FilterValues()

    Properties

    AddInID

    The addin to filter the structure by

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

    AddInID_Label

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

    AddInModuleID

    The addin module to filter the structure by

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

    AddInModuleID_Label

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

    CustomEntityID

    The custom entity to filter the structure by

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

    CustomEntityID_Label

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

    EntityID

    The entity to filter the structure by

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

    EntityID_Label

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

    HighlightEntityID

    The entity to highlight the structure by

    Declaration
    public string HighlightEntityID { get; set; }
    Property Value
    Type Description
    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
    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.