C# Class PoshCode.Wpf.BindingCustomTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Mostrar archivo Open project: Jaykul/PoshConsole

Public Methods

Method Description
BindingCustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Method Details

BindingCustomTypeDescriptor() public method

public BindingCustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
parent ICustomTypeDescriptor
return System

GetProperties() public method

public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection