Class PivotSchemaDesignerClientSideEvents
Inheritance
System.Object
PivotSchemaDesignerClientSideEvents
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web.Olap
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotSchemaDesignerClientSideEvents
Constructors
PivotSchemaDesignerClientSideEvents()
Declaration
public PivotSchemaDesignerClientSideEvents()
Properties
AfterServiceInvoke
Declaration
public string AfterServiceInvoke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BeforeServiceInvoke
Declaration
public string BeforeServiceInvoke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Load
Declaration
public string Load { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
SetValues(PivotSchemaDesignerProperties, PivotSchemaDesignerClientSideEvents)
Declaration
public PivotSchemaDesignerProperties SetValues(PivotSchemaDesignerProperties propModel, PivotSchemaDesignerClientSideEvents events)
Parameters
Type | Name | Description |
---|---|---|
PivotSchemaDesignerProperties | propModel | |
PivotSchemaDesignerClientSideEvents | events |
Returns
Type | Description |
---|---|
PivotSchemaDesignerProperties |