C# Class CSharp08.Program.LocalizationMyCustomTypeDescriptor

Inheritance: MyCustomTypeDescriptor
Exibir arquivo Open project: GHScan/DailyProjects

Public Methods

Method Description
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
LocalizationMyCustomTypeDescriptor ( object o ) : System

Method Details

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

LocalizationMyCustomTypeDescriptor() public method

public LocalizationMyCustomTypeDescriptor ( object o ) : System
o object
return System