Search Results for

    Show / Hide Table of Contents

    Class CustomObjectSet

    Represents a set of custom entities and lists, including their items and indices.

    Inheritance
    object
    CustomObjectSet
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Context.AddIns
    Assembly: LemonEdge.API.dll
    Syntax
    public class CustomObjectSet

    Constructors

    CustomObjectSet()

    Declaration
    public CustomObjectSet()

    Properties

    Items

    Declaration
    public Dictionary<ICustomObject, CustomObjectColumnIndices> Items { get; set; }
    Property Value
    Type Description
    Dictionary<ICustomObject, CustomObjectColumnIndices>

    ListItems

    Declaration
    public Dictionary<ICustomList, IEnumerable<ICustomListItem>> ListItems { get; set; }
    Property Value
    Type Description
    Dictionary<ICustomList, IEnumerable<ICustomListItem>>

    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.