Search Results for

    Show / Hide Table of Contents

    Interface IReportExpressDataSetParameter

    The system entity for an express report data parameters

    See https://help.lemonedge.com/help/enterprise-data-tools/reporting/reports/express.html for more information

    Inherited Members
    IBaseEntity.GetLabel(string)
    IBaseEntity.SetLabel(string, string)
    IBaseEntity.SetSilentLabel(string, string)
    IBaseEntity.AccountID
    IBaseEntity.ID
    IBaseEntity.LastUpdated
    IBaseEntity.ModifiedByUserID
    IBaseEntity.CanvasID
    IBaseEntity.AlgorithmStepID
    IBaseEntity.SafeID
    IEquatable<IBaseEntity>.Equals(IBaseEntity)
    INotifyPropertyChanged.PropertyChanged
    INotifyPropertyChanging.PropertyChanging
    ICloneableAsync.Clone(object)
    ICloneableAsync.CopyFromSource(object)
    ICanTrackProperties.HasTrackedPropertyChanged(string)
    ICanTrackProperties.OriginalTrackedPropertyValue(string)
    ICanTrackProperties.OriginalTrackedPropertyValue<T>(string)
    ICanTrackProperties.ClearTrackedOriginalValues()
    ICanTrackProperties.GetAllOriginalTrackedPropertyValues()
    Namespace: LemonEdge.API.Entities.Reporting
    Assembly: LemonEdge.API.dll
    Syntax
    [EntityDefinition(EntityID.ReportExpressDataSetParameter, "dbo.LT_ReportsExpressDataSetParameters", "ExpressReportDataSetParameter", SetName = "ExpressReportDataSetParameters", HelpURL = "help/enterprise-data-tools/reporting/reports/express.html")]
    [DefaultEntityIcon(ImageType.ReportExpress)]
    public interface IReportExpressDataSetParameter : IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties

    Properties

    ExpressReportParameterID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, true)]
    [EntityRelationship(EntityID.SQLTypeWrapper, "ID", SingleJoinType.ZeroToOne, "Report SQL Type Wrapper", "Express Reports Data Parameters", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false)]
    Guid? ExpressReportParameterID { get; set; }
    Property Value
    Type Description
    Guid?

    HardcodedValue

    A hardcoded value to use for the sql wrapper parameter

    Declaration
    [EntityProperty(SQLType.NVarChar, 500, true)]
    [EntityDescription("A hardcoded value to use for the sql wrapper parameter.")]
    string HardcodedValue { get; set; }
    Property Value
    Type Description
    string

    ReportExpressDataSetID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityKeyProperty]
    [EntityRelationship(EntityID.ReportExpressDataSet, "ID", SingleJoinType.One, "Express Report Data", "Parameters", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false, InheritPermissions = false)]
    Guid ReportExpressDataSetID { get; set; }
    Property Value
    Type Description
    Guid

    ReportExpressID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.ReportExpress, "ID", SingleJoinType.One, "Express Report", "Data Parameters", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
    Guid ReportExpressID { get; set; }
    Property Value
    Type Description
    Guid

    SQLWrapperParameterID

    Declaration
    [EntityProperty(SQLType.UniqueIdentifier, false)]
    [EntityRelationship(EntityID.SQLTypeWrapper, "ID", SingleJoinType.One, "SQL Type Wrapper", "Express Reports Data Parameters", DeleteWithRelationship = true, PartOfParentSet = false, LinkToItemInSet = false)]
    [EntityKeyProperty]
    Guid SQLWrapperParameterID { get; set; }
    Property Value
    Type Description
    Guid

    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.