Search Results for

    Show / Hide Table of Contents

    Class ChartViewResultParams

    The parameters for the IChartBase view and ChartViewController, indicating what chart to execute

    Inheritance
    System.Object
    SerializedParam
    ViewSerializedParam
    SQLWrapperResultsViewParams
    PivotViewResultParams
    ChartViewResultParams
    Implements
    ICloneable
    ICloneable<ViewSerializedParam>
    ICloneable<SQLWrapperResultsViewParams>
    System.ComponentModel.INotifyPropertyChanged
    ICloneable<PivotViewResultParams>
    ICloneable<ChartViewResultParams>
    Inherited Members
    PivotViewResultParams.PivotID
    PivotViewResultParams.PivotID_Label
    PivotViewResultParams.CopyFromSource(PivotViewResultParams)
    SQLWrapperResultsViewParams.ContextItemTypeForFormula
    SQLWrapperResultsViewParams.PropertyChanged
    SQLWrapperResultsViewParams.OnPropertyChanged(String)
    SQLWrapperResultsViewParams.DesignMode
    SQLWrapperResultsViewParams.ShouldDisplayUserParams
    SQLWrapperResultsViewParams.RequiresUserParam
    SQLWrapperResultsViewParams.AutoRun
    SQLWrapperResultsViewParams.AsOf
    SQLWrapperResultsViewParams.WrapperID
    SQLWrapperResultsViewParams.WrapperID_Label
    SQLWrapperResultsViewParams.IsValid()
    SQLWrapperResultsViewParams.ClearValueLoadedFromFormulas()
    SQLWrapperResultsViewParams.GetParameters
    SQLWrapperResultsViewParams.GetParamaeterControls()
    SQLWrapperResultsViewParams.AddOrUpdateValue(ISQLTypeWrapper, Object)
    SQLWrapperResultsViewParams.AddOrUpdateFormula(ISQLTypeWrapper, String)
    SQLWrapperResultsViewParams.AddOrUpdateValue(String, String)
    SQLWrapperResultsViewParams.AddOrUpdateFormula(String, String)
    SQLWrapperResultsViewParams.AddOrUpdateProps(String, Boolean, Boolean)
    SQLWrapperResultsViewParams.SetValue(ISQLWrapperResult, ISQLTypeWrapper, IEntityRetriever)
    SQLWrapperResultsViewParams.GetValue(ISQLWrapperResult, ISQLTypeWrapper)
    SQLWrapperResultsViewParams.CopyFromSource(SQLWrapperResultsViewParams)
    ViewSerializedParam.ViewName
    ViewSerializedParam.ViewIcon
    ViewSerializedParam.VisibleFormula
    ViewSerializedParam.Visible
    ViewSerializedParam.VisibleOnlyToRoles
    ViewSerializedParam.AddVisibleOnlyToRole(Guid)
    ViewSerializedParam.RemoveVisibleOnlyToRole(Guid)
    ViewSerializedParam.IsVisible
    ViewSerializedParam.EvaluateVisibilityFormula(DisplayableItemDescriptor, ModelLayoutDisplayerController, IModelView, IBaseEntity)
    ViewSerializedParam.CopyFromSource(ViewSerializedParam)
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    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.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    [DataContract]
    public class ChartViewResultParams : PivotViewResultParams, ICloneable, ICloneable<ViewSerializedParam>, ICloneable<SQLWrapperResultsViewParams>, INotifyPropertyChanged, ICloneable<PivotViewResultParams>, ICloneable<ChartViewResultParams>

    Properties

    ChartID

    The id of the IChart to be executed by this view

    Declaration
    public Guid ChartID { get; set; }
    Property Value
    Type Description
    System.Guid

    ChartID_Label

    The label for the ChartID entity

    Declaration
    public string ChartID_Label { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone()

    Declaration
    public ChartViewResultParams Clone()
    Returns
    Type Description
    ChartViewResultParams

    CopyFromParam(SerializedParam)

    Declaration
    protected override void CopyFromParam(SerializedParam source)
    Parameters
    Type Name Description
    SerializedParam source
    Overrides
    PivotViewResultParams.CopyFromParam(SerializedParam)

    CopyFromSource(ChartViewResultParams)

    Declaration
    public void CopyFromSource(ChartViewResultParams source)
    Parameters
    Type Name Description
    ChartViewResultParams source

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    PivotViewResultParams.CreateNewParam()

    Load(IReadOnlyCache)

    Loads the chart param by loading the definition of the chart, pivot and underlying sql wrapper for executing this chart

    Declaration
    public override Task Load(IReadOnlyCache cache)
    Parameters
    Type Name Description
    IReadOnlyCache cache

    The local cache

    Returns
    Type Description
    System.Threading.Tasks.Task

    A task indicating the completion of the operation

    Overrides
    PivotViewResultParams.Load(IReadOnlyCache)

    Implements

    ICloneable
    ICloneable<T>
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged
    ICloneable<T>
    ICloneable<T>

    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.