C# 클래스 FxDetector.ModuleEntryConverter.ModuleEntryFieldDescriptor

상속: System.ComponentModel.TypeConverter.SimplePropertyDescriptor
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
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.

메소드 상세

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

ModuleEntryFieldDescriptor() 공개 메소드

public ModuleEntryFieldDescriptor ( string name, Attribute attributes, Type type ) : System
name string
attributes System.Attribute
type System.Type
리턴 System

SetValue() 공개 메소드

Not supported.
public SetValue ( object component, object value ) : void
component object
value object
리턴 void