Search Results for

    Show / Hide Table of Contents

    Class PivotViewResultParams

    The parameters for the IPivotBase view and PivotViewController, indicating what pivot to execute

    Inheritance
    System.Object
    SerializedParam
    ViewSerializedParam
    SQLWrapperResultsViewParams
    PivotViewResultParams
    ChartViewResultParams
    Implements
    ICloneable
    ICloneable<ViewSerializedParam>
    ICloneable<SQLWrapperResultsViewParams>
    System.ComponentModel.INotifyPropertyChanged
    ICloneable<PivotViewResultParams>
    Inherited Members
    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 PivotViewResultParams : SQLWrapperResultsViewParams, ICloneable, ICloneable<ViewSerializedParam>, ICloneable<SQLWrapperResultsViewParams>, INotifyPropertyChanged, ICloneable<PivotViewResultParams>

    Properties

    PivotID

    The id of the IPivot to be executed by this view

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

    PivotID_Label

    The label for the PivotID entity

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

    Methods

    Clone()

    Declaration
    public PivotViewResultParams Clone()
    Returns
    Type Description
    PivotViewResultParams

    CopyFromParam(SerializedParam)

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

    CopyFromSource(PivotViewResultParams)

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

    CreateNewParam()

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

    Load(IReadOnlyCache)

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

    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
    SQLWrapperResultsViewParams.Load(IReadOnlyCache)

    Implements

    ICloneable
    ICloneable<T>
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged
    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.