Class DotNetMetaDataHelper
Inheritance
System.Object
DotNetMetaDataHelper
Namespace: Telerik.OpenAccess.Reflect
Assembly: Telerik.OpenAccess.Runtime.dll
Syntax
public class DotNetMetaDataHelper
Constructors
DotNetMetaDataHelper()
Declaration
public DotNetMetaDataHelper()
Fields
DotNetCollectionTypes
Declaration
public static Type[] DotNetCollectionTypes
Field Value
System.
|
DotNetNullableTypes
Declaration
public static Type[] DotNetNullableTypes
Field Value
System.
|
DotNetValueTypes
Declaration
public static Type[] DotNetValueTypes
Field Value
System.
|
Methods
GetDotNetCollectionType(String)
Declaration
public static Type GetDotNetCollectionType(string name)
Parameters
System.
|
Returns
System.
|
GetDotNetNullableType(String)
Declaration
public static Type GetDotNetNullableType(string prefix)
Parameters
System.
|
Returns
System.
|
IsDotNetCollection(Type)
Declaration
public static bool IsDotNetCollection(Type t)
Parameters
System.
|
Returns
System.
|
IsDotNetDictionary(Type)
Declaration
public static bool IsDotNetDictionary(Type t)
Parameters
System.
|
Returns
System.
|
IsDotNetOrderedCollection(Type)
Declaration
public static bool IsDotNetOrderedCollection(Type t)
Parameters
System.
|
Returns
System.
|
IsGenericICollection(Type)
Declaration
public static bool IsGenericICollection(Type t)
Parameters
System.
|
Returns
System.
|
IsGenericIList(Type)
Declaration
public static bool IsGenericIList(Type t)
Parameters
System.
|
Returns
System.
|
IsGenericListCollectionDictionaryAssignableFrom(String)
Declaration
public static bool IsGenericListCollectionDictionaryAssignableFrom(string td)
Parameters
System.
|
Returns
System.
|
IsTrackedBindingList(Type)
Declaration
public static bool IsTrackedBindingList(Type t)
Parameters
System.
|
Returns
System.
|
IsTrackedList(Type)
Declaration
public static bool IsTrackedList(Type t)
Parameters
System.
|
Returns
System.
|
Property2Field(Type, String)
Declaration
public static string Property2Field(Type typ, string prop)
Parameters
System.
|
System.
|
Returns
System.
|