DynamicFileInfoProxy
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:
C#
public class DynamicFileInfoProxy : DynamicObject, IDynamicMetaObjectProvider, IPropertyValueProvider
Inheritance: objectDynamicObjectDynamicFileInfoProxy
Implements:
Inherited Members
Constructors
Initializes a new instance of the DynamicFileInfoProxy class.
C#
public DynamicFileInfoProxy()
Methods
Gets the names of all properties of this DynamicFileInfoProxy instance.
C#
public override IEnumerable<string> GetDynamicMemberNames()
Overrides:
Gets the list of all property names of this IPropertyValueProvider instance.