C# Класс NArrange.Gui.Configuration.ConfigurationElementTypeDescriptionProvider

Custom type descriptor provider for the CodeConfiguration class.
Наследование: System.ComponentModel.TypeDescriptionProvider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConfigurationElementTypeDescriptionProvider ( Type type ) : System

Creates a new ConfigurationElementTypeDescriptionProvider.

GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor

Create and return the custom type descriptor and chain it with the original custom type descriptor.

Описание методов

ConfigurationElementTypeDescriptionProvider() публичный Метод

Creates a new ConfigurationElementTypeDescriptionProvider.
public ConfigurationElementTypeDescriptionProvider ( Type type ) : System
type System.Type Type to get property descriptions for.
Результат System

GetTypeDescriptor() публичный Метод

Create and return the custom type descriptor and chain it with the original custom type descriptor.
public GetTypeDescriptor ( Type objectType, object instance ) : ICustomTypeDescriptor
objectType System.Type The type of object for which to retrieve the type descriptor.
instance object An instance of the type. Can be null if no instance was passed to the .
Результат ICustomTypeDescriptor