Class PivotSerializationHelper
Provides all known types necessary for serializing LocalDataSourceProvider. Use this class to extract these knownTypes and concatenate them with your knownTypes, so you can pass them to System.Runtime.Serialization.DataContractSerializer for example.
Inheritance
System.Object
PivotSerializationHelper
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: Telerik.Pivot.Core
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public static class PivotSerializationHelper
Properties
KnownTypes
Declaration
public static IEnumerable<Type> KnownTypes { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Type>
|