Class AdomdPivotSerializationHelper
Provides all knownTypes necessary for serializing AdomdDataProvider. 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
Inherited Members
Namespace: Telerik.Pivot.Adomd
Assembly: Telerik.Pivot.DataProviders.Adomd.dll
Syntax
public static class AdomdPivotSerializationHelper
Properties
KnownTypes
Gets known types in AdomdDataProvider to use with serializer such as System.Runtime.Serialization.DataContractSerializer.
Declaration
public static IEnumerable<Type> KnownTypes { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Type>
An enumeration with the known serializable classes for the AdomdDataProvider IDataProvider. |