Search Results for

    Show / Hide Table of Contents

    Interface IComplexTypeWriter

    Namespace: LemonEdge.API.Core.Writers
    Assembly: LemonEdge.API.dll
    Syntax
    public interface IComplexTypeWriter

    Methods

    WriteFile(Type, string, string)

    Writes the entity class definition for an existing LemonEdge complex type Interface (obtained from custom .net code)

    Declaration
    string WriteFile(Type type, string customUsing, string @namespace = "LemonEdge.Entities")
    Parameters
    Type Name Description
    Type type

    The type of the complex type interface LemonEdge definition (must be marked with ComplexDefinitionAttribute)

    string customUsing
    string namespace
    Returns
    Type Description
    string

    The complete c# file for the defintion of the complex type entity

    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.