Class DynamicFileInfoProxy
Wrapper of System.Dynamic.DynamicObject class. List of DynamicFileInfoProxy objects is returned in search results from FileSearchProvider when searching in indexed locations.
Inheritance
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DynamicFileInfoProxy : DynamicObject, IPropertyValueProvider
Constructors
DynamicFileInfoProxy()
Initializes a new instance of the DynamicFileInfoProxy class.
Declaration
public DynamicFileInfoProxy()
Methods
GetDynamicMemberNames()
Gets the names of all properties of this DynamicFileInfoProxy instance.
Declaration
public override IEnumerable<string> GetDynamicMemberNames()
Returns
System.Collections.Generic.IEnumerable<System.String>
|
GetPropertyNames()
Gets the list of all property names of this IPropertyValueProvider instance.
Declaration
public IEnumerable<string> GetPropertyNames()
Returns
System.Collections.Generic.IEnumerable<System.String>
|
Implements
GetPropertyValue(String)
Gets the value of the property with the specified property name. Returns null if there is no such property name.
Declaration
public object GetPropertyValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Object
|