Search Results for

    Show / Hide Table of Contents

    Class ComplexTypeWriter

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

    Inheritance
    System.Object
    ComplexTypeWriter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.API.Descriptors.Writers
    Assembly: API.dll
    Syntax
    public class ComplexTypeWriter

    Methods

    WriteFile(Type)

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

    Declaration
    public static string WriteFile(Type type)
    Parameters
    Type Name Description
    System.Type type

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

    Returns
    Type Description
    System.String

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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.