Search Results for

    Show / Hide Table of Contents

    Class CSVImporter.CacheType

    Inheritance
    object
    CSVImporter.CacheType
    Implements
    IEquatable<CSVImporter.CacheType>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.API.Core.Processors.Importing
    Assembly: LemonEdge.API.dll
    Syntax
    public record CSVImporter.CacheType : IEquatable<CSVImporter.CacheType>

    Constructors

    CacheType(CacheType)

    Declaration
    protected CacheType(CSVImporter.CacheType original)
    Parameters
    Type Name Description
    CSVImporter.CacheType original

    CacheType(Type, Type)

    Declaration
    public CacheType(Type Type, Type EntityType)
    Parameters
    Type Name Description
    Type Type
    Type EntityType

    Properties

    EntityType

    Declaration
    public Type EntityType { get; init; }
    Property Value
    Type Description
    Type

    EqualityContract

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

    Type

    Declaration
    public Type Type { get; init; }
    Property Value
    Type Description
    Type

    Methods

    Deconstruct(out Type, out Type)

    Declaration
    public void Deconstruct(out Type Type, out Type EntityType)
    Parameters
    Type Name Description
    Type Type
    Type EntityType

    Equals(CacheType?)

    Declaration
    public virtual bool Equals(CSVImporter.CacheType? other)
    Parameters
    Type Name Description
    CSVImporter.CacheType 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 CSVImporter.CacheType <Clone>$()
    Returns
    Type Description
    CSVImporter.CacheType

    Operators

    operator ==(CacheType?, CacheType?)

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

    operator !=(CacheType?, CacheType?)

    Declaration
    public static bool operator !=(CSVImporter.CacheType? left, CSVImporter.CacheType? right)
    Parameters
    Type Name Description
    CSVImporter.CacheType left
    CSVImporter.CacheType 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.