Search Results for

    Show / Hide Table of Contents

    Class PropertyComparer<T>

    Inheritance
    Object
    PropertyComparer<T>
    Implements
    IComparer<T>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Be.Timvw.Framework.Collections.Generic
    Assembly: Acoustics.Shared.dll
    Syntax
    public class PropertyComparer<T> : IComparer<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    PropertyComparer(PropertyDescriptor, ListSortDirection)

    Declaration
    public PropertyComparer(PropertyDescriptor property, ListSortDirection direction)
    Parameters
    Type Name Description
    PropertyDescriptor property
    ListSortDirection direction

    Methods

    | Improve this Doc View Source

    Compare(T, T)

    Declaration
    public int Compare(T x, T y)
    Parameters
    Type Name Description
    T x
    T y
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    SetPropertyAndDirection(PropertyDescriptor, ListSortDirection)

    Declaration
    public void SetPropertyAndDirection(PropertyDescriptor descriptor, ListSortDirection direction)
    Parameters
    Type Name Description
    PropertyDescriptor descriptor
    ListSortDirection direction

    Implements

    System.Collections.Generic.IComparer<T>

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top