DevForce Help Reference
DynamicTypeConverter Class
Members 


Converts anonymously-typed objects to dynamicly-typed objects for binding in Silverlight applications.
Syntax
'Declaration
 
Public MustInherit NotInheritable Class DynamicTypeConverter 
'Usage
 
Dim instance As DynamicTypeConverter
public static class DynamicTypeConverter 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DynamicTypeConverter Members
IdeaBlade.Core Namespace

Send Feedback