Class FileSystemInfoProxy
Wrapper of System.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FileSystemInfoProxy : 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.
|