Class BindingPaths
Internal use only
Inheritance
System.Object
BindingPaths
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public static class BindingPaths
Methods
FillBindingPaths(Object, Type, String, IList<String>, Boolean)
Internal use only
Declaration
public static void FillBindingPaths(object instance, Type targetType, string pathPrefix, IList<string> result, bool filterObsoleteProperties)
Parameters
|
System.Object
instance
|
|
System.Type
targetType
|
|
System.String
pathPrefix
|
|
System.Collections.Generic.IList<System.String>
result
|
|
System.Boolean
filterObsoleteProperties
|
GetAvailableValues(Object)
Internal use only
Declaration
public static IEnumerable<string> GetAvailableValues(object component)
Parameters
|
System.Object
component
|
Returns
|
System.Collections.Generic.IEnumerable<System.String>
|