Provides all knownTypes necessary for serializing QueryableDataProvider. Use this class to extract these knownTypes and concatenate them with your knownTypes, so you can pass them to for example.
Definition
Namespace:Telerik.Pivot.Queryable
Assembly:Telerik.Pivot.DataProviders.Queryable.dll
Syntax:
C#
public static class QueryablePivotSerializationHelper
Inheritance: objectQueryablePivotSerializationHelper
Properties
Gets known types in QueryableDataProvider to use with serializer such as .
C#
public static IEnumerable<Type> KnownTypes { get; }
An enumeration with the known serializable classes for the QueryableDataProvider IDataProvider.