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.Type[]
|
DotNetNullableTypes
Declaration
public static Type[] DotNetNullableTypes
Field Value
|
System.Type[]
|
DotNetValueTypes
Declaration
public static Type[] DotNetValueTypes
Field Value
|
System.Type[]
|
Methods
GetDotNetCollectionType(String)
Declaration
public static Type GetDotNetCollectionType(string name)
Parameters
|
System.String
name
|
Returns
|
System.Type
|
GetDotNetNullableType(String)
Declaration
public static Type GetDotNetNullableType(string prefix)
Parameters
|
System.String
prefix
|
Returns
|
System.Type
|
IsDotNetCollection(Type)
Declaration
public static bool IsDotNetCollection(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsDotNetDictionary(Type)
Declaration
public static bool IsDotNetDictionary(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsDotNetOrderedCollection(Type)
Declaration
public static bool IsDotNetOrderedCollection(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsGenericICollection(Type)
Declaration
public static bool IsGenericICollection(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsGenericIList(Type)
Declaration
public static bool IsGenericIList(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsGenericListCollectionDictionaryAssignableFrom(String)
Declaration
public static bool IsGenericListCollectionDictionaryAssignableFrom(string td)
Parameters
|
System.String
td
|
Returns
|
System.Boolean
|
IsTrackedBindingList(Type)
Declaration
public static bool IsTrackedBindingList(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
IsTrackedList(Type)
Declaration
public static bool IsTrackedList(Type t)
Parameters
|
System.Type
t
|
Returns
|
System.Boolean
|
Property2Field(Type, String)
Declaration
public static string Property2Field(Type typ, string prop)
Parameters
|
System.Type
typ
|
|
System.String
prop
|
Returns
|
System.String
|