C# Class FxDetector.ModuleEntryConverter.ModuleEntryFieldDescriptor

Inheritance: System.ComponentModel.TypeConverter.SimplePropertyDescriptor
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

Méthode Description
GetValue ( object component ) : object

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

ModuleEntryFieldDescriptor ( string name, Attribute attributes, Type type ) : System
SetValue ( object component, object value ) : void

Not supported.

Method Details

GetValue() public méthode

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.
Résultat object

ModuleEntryFieldDescriptor() public méthode

public ModuleEntryFieldDescriptor ( string name, Attribute attributes, Type type ) : System
name string
attributes System.Attribute
type System.Type
Résultat System

SetValue() public méthode

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
Résultat void