New to Telerik UI for WPFStart a free 30-day trial

Wrapper of DynamicObject class. List of DynamicFileInfoProxy objects is returned in search results from FileSearchProvider when searching in indexed locations.

Definition

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()
Returns:

IEnumerable<string>

Overrides: DynamicObject.GetDynamicMemberNames()

Gets the list of all property names of this IPropertyValueProvider instance.

C#
public IEnumerable<string> GetPropertyNames()
Returns:

IEnumerable<string>

Implements: IPropertyValueProvider.GetPropertyNames()

Gets the value of the property with the specified property name. Returns null if there is no such property name.

C#
public object GetPropertyValue(string propertyName)
Parameters:propertyNamestringReturns:

object

Implements: IPropertyValueProvider.GetPropertyValue(string)