Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperDatasetReferenceRoot

    Inheritance
    object
    SQLWrapperDatasetReferenceRoot
    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.Processors.Importing
    Assembly: LemonEdge.API.dll
    Syntax
    [DataContract]
    public class SQLWrapperDatasetReferenceRoot

    Constructors

    SQLWrapperDatasetReferenceRoot(Guid, EntityID, string)

    Declaration
    public SQLWrapperDatasetReferenceRoot(Guid id, EntityID entityId, string name)
    Parameters
    Type Name Description
    Guid id
    EntityID entityId
    string name

    Properties

    EntityID

    Declaration
    public Guid EntityID { get; set; }
    Property Value
    Type Description
    Guid

    EntityType

    Declaration
    public EntityID EntityType { get; set; }
    Property Value
    Type Description
    EntityID

    EntityTypeID

    Declaration
    public Guid EntityTypeID { get; set; }
    Property Value
    Type Description
    Guid

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    NumberTimesReferenced

    Declaration
    public int NumberTimesReferenced { get; set; }
    Property Value
    Type Description
    int

    UsedInList

    Declaration
    public List<SQLWrapperDatasetReference> UsedInList { get; }
    Property Value
    Type Description
    List<SQLWrapperDatasetReference>

    Methods

    AddToList(SQLWrapperDatasetReference)

    Declaration
    public void AddToList(SQLWrapperDatasetReference reference)
    Parameters
    Type Name Description
    SQLWrapperDatasetReference reference

    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.