Class FileSystemInfoProxy
Wrapper of System.
Inheritance
Namespace: Telerik.Windows.Controls.FileSearch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FileSystemInfoProxy : Object, IPropertyValueProvider
Constructors
FileSystemInfoProxy(FileSystemInfo)
Initializes a new instance of the File
Declaration
public FileSystemInfoProxy(FileSystemInfo fileInfo)
Parameters
System.
|
Properties
FileInfo
Gets the underlying System.
Declaration
public FileSystemInfo FileInfo { get; }
Property Value
System.
|
Methods
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.
Declaration
public object GetPropertyValue(string propertyName)
Parameters
System.
|
Returns
System.
|