IdeaBlade DevForce 2010 Help Reference
DynamicTypeConverter Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : DynamicTypeConverter Class



Converts anonymously-typed objects to dynamicly-typed objects for binding in Silverlight applications.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class DynamicTypeConverter 
Visual Basic (Usage)Copy Code
Dim instance As DynamicTypeConverter
C# 
public static class DynamicTypeConverter 
C++/CLI 
public ref class DynamicTypeConverter abstract sealed 

Remarks

Use the Convert(IEnumerable) method to convert one or more instances of an anonymous type to corresponding instances of a DevForce dynamic type. A DevForce "dynamic type" is a System.Type created dynamically at runtime. Generally the primary use for this conversion is in Silverlight applications, which do not support data binding to anonymous types. Projection queries are one common example in which return data will be anonymously-typed.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.DynamicTypeConverter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.