Class DynamicFileInfoProxy
Wrapper of System.
Inheritance
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DynamicFileInfoProxy : DynamicObject, IPropertyValueProvider
Constructors
DynamicFileInfoProxy()
Initializes a new instance of the Dynamic
Declaration
public DynamicFileInfoProxy()
Methods
GetDynamicMemberNames()
Gets the names of all properties of this Dynamic
Declaration
public override IEnumerable<string> GetDynamicMemberNames()
Returns
System.
|
GetPropertyNames()
Gets the list of all property names of this IProperty
Declaration
public IEnumerable<string> GetPropertyNames()
Returns
System.
|
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.
|
Returns
System.
|