Class PivotViewResultParams
The parameters for the IPivotBase view and PivotViewController, indicating what pivot to execute
Inheritance
System.Object
PivotViewResultParams
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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
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
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
Implements
System.ComponentModel.INotifyPropertyChanged