ClassDynamicFileInfoProxy
Class
Wrapper of DynamicObject class. List of DynamicFileInfoProxy objects is returned in search results from FileSearchProvider when searching in indexed locations.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class DynamicFileInfoProxy : DynamicObject, IDynamicMetaObjectProvider, IPropertyValueProvider
Inheritance: objectDynamicObjectDynamicFileInfoProxy
Implements:
Inherited Members
Constructors
DynamicFileInfoProxy()
Initializes a new instance of the DynamicFileInfoProxy class.
Declaration
cs-api-definition
public DynamicFileInfoProxy()
Methods
GetDynamicMemberNames()
Gets the names of all properties of this DynamicFileInfoProxy instance.
Declaration
cs-api-definition
public override IEnumerable<string> GetDynamicMemberNames()
Returns
Overrides
GetPropertyNames()
Gets the list of all property names of this IPropertyValueProvider instance.
Declaration
cs-api-definition
public IEnumerable<string> GetPropertyNames()
Returns
Implements
GetPropertyValue(string)
Gets the value of the property with the specified property name. Returns null if there is no such property name.