Search Results for

    Show / Hide Table of Contents

    Class CustomObjectColumnIndices

    Represents CustomEntity columns and indices.

    Inheritance
    object
    CustomObjectColumnIndices
    Implements
    IEquatable<CustomObjectColumnIndices>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.API.Core.Context.AddIns
    Assembly: LemonEdge.API.dll
    Syntax
    public record CustomObjectColumnIndices : IEquatable<CustomObjectColumnIndices>

    Constructors

    CustomObjectColumnIndices(CustomObjectColumnIndices)

    Declaration
    protected CustomObjectColumnIndices(CustomObjectColumnIndices original)
    Parameters
    Type Name Description
    CustomObjectColumnIndices original

    CustomObjectColumnIndices(IEnumerable<ICustomObjectProperty>, Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>>)

    Represents CustomEntity columns and indices.

    Declaration
    public CustomObjectColumnIndices(IEnumerable<ICustomObjectProperty> Properties, Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>> Indices)
    Parameters
    Type Name Description
    IEnumerable<ICustomObjectProperty> Properties
    Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>> Indices

    Properties

    EqualityContract

    Declaration
    protected virtual Type EqualityContract { get; }
    Property Value
    Type Description
    Type

    Indices

    Declaration
    public Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>> Indices { get; init; }
    Property Value
    Type Description
    Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>>

    Properties

    Declaration
    public IEnumerable<ICustomObjectProperty> Properties { get; init; }
    Property Value
    Type Description
    IEnumerable<ICustomObjectProperty>

    Methods

    Deconstruct(out IEnumerable<ICustomObjectProperty>, out Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>>)

    Declaration
    public void Deconstruct(out IEnumerable<ICustomObjectProperty> Properties, out Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>> Indices)
    Parameters
    Type Name Description
    IEnumerable<ICustomObjectProperty> Properties
    Dictionary<ICustomObjectIndex, IEnumerable<ICustomObjectIndexColumn>> Indices

    Equals(CustomObjectColumnIndices?)

    Declaration
    public virtual bool Equals(CustomObjectColumnIndices? other)
    Parameters
    Type Name Description
    CustomObjectColumnIndices other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    PrintMembers(StringBuilder)

    Declaration
    protected virtual bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    <Clone>$()

    Declaration
    public virtual CustomObjectColumnIndices <Clone>$()
    Returns
    Type Description
    CustomObjectColumnIndices

    Operators

    operator ==(CustomObjectColumnIndices?, CustomObjectColumnIndices?)

    Declaration
    public static bool operator ==(CustomObjectColumnIndices? left, CustomObjectColumnIndices? right)
    Parameters
    Type Name Description
    CustomObjectColumnIndices left
    CustomObjectColumnIndices right
    Returns
    Type Description
    bool

    operator !=(CustomObjectColumnIndices?, CustomObjectColumnIndices?)

    Declaration
    public static bool operator !=(CustomObjectColumnIndices? left, CustomObjectColumnIndices? right)
    Parameters
    Type Name Description
    CustomObjectColumnIndices left
    CustomObjectColumnIndices right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    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.