C# Класс Hawkeye.ComponentModel.ModuleInfoConverter.ModuleInfoPropertyDescriptor

Наследование: System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Показать файл Открыть проект

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

Метод Описание
GetValue ( object component ) : object

When overridden in a derived class, gets the current value of the property on a component.

ModuleInfoPropertyDescriptor ( string name, Attribute attributes, Type type ) : System

Initializes a new instance of the ModuleInfoPropertyDescriptor class.

SetValue ( object component, object value ) : void

Not supported.

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

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

When overridden in a derived class, gets the current value of the property on a component.
public GetValue ( object component ) : object
component object The component with the property for which to retrieve the value.
Результат object

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

Initializes a new instance of the ModuleInfoPropertyDescriptor class.
public ModuleInfoPropertyDescriptor ( string name, Attribute attributes, Type type ) : System
name string The name.
attributes System.Attribute The attributes.
type System.Type The type.
Результат System

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

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
Результат void