C# 클래스 Hawkeye.ComponentModel.ModuleInfoConverter.ModuleInfoPropertyDescriptor

상속: 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.

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