Class PropertyDescriptorHelper
Inheritance
System.Object
PropertyDescriptorHelper
Namespace: Telerik.OpenAccess.RT
Assembly: Telerik.OpenAccess.dll
Syntax
public class PropertyDescriptorHelper
Constructors
PropertyDescriptorHelper(Type, Hashtable, Boolean)
Declaration
public PropertyDescriptorHelper(Type rootType, Hashtable type2Properties, bool designMode)
Parameters
System.
|
System.
|
System.
|
Methods
DeductItemTypeFromGeneric(Type)
Declaration
public static ItemTypeAttribute DeductItemTypeFromGeneric(Type t)
Parameters
System.
|
Returns
GetAliasedField(PropertyInfo, Boolean)
Declaration
public static FieldInfo GetAliasedField(PropertyInfo pi, bool throwOnError)
Parameters
System.
|
System.
|
Returns
System.
|
GetItemProperties(PropertyDescriptor[], Type, Hashtable, Boolean, IModifiable, Boolean)
Declaration
public static PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors, Type rootType, Hashtable type2Properties, bool DesignMode, IModifiable txnAllowsModification, bool generateWrapperForReference)
Parameters
System.
|
System.
|
System.
|
System.
|
IModifiable
txnAllowsModification
|
System.
|
Returns
System.
|
GetItemProperties(PropertyDescriptor[], IModifiable, Boolean)
Declaration
public PropertyDescriptorCollection GetItemProperties(PropertyDescriptor[] listAccessors, IModifiable txnAllowsModification, bool generateReferenceWrapper)
Parameters
System.
|
IModifiable
txnAllowsModification
|
System.
|
Returns
System.
|
IsReference(Type)
Declaration
public static bool IsReference(Type t)
Parameters
System.
|
Returns
System.
|