Search Results for

    Show / Hide Table of Contents

    Class EntityDescriptorFactoryOptions

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

    Constructors

    EntityDescriptorFactoryOptions()

    Declaration
    public EntityDescriptorFactoryOptions()

    EntityDescriptorFactoryOptions(EntityDescriptorFactoryOptions)

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

    Properties

    EqualityContract

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

    LoadMissingEntities

    The system dynamically creates entity classes for interfaces that are missing their implementations

    This prevents the system from doing that, mainly for the AutoCodeGenerator tool which will create them all anyway

    Declaration
    public bool LoadMissingEntities { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Equals(EntityDescriptorFactoryOptions?)

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

    Operators

    operator ==(EntityDescriptorFactoryOptions?, EntityDescriptorFactoryOptions?)

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

    operator !=(EntityDescriptorFactoryOptions?, EntityDescriptorFactoryOptions?)

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