C# 클래스 cadencii.SelectedEventEntryTypeConverter

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

공개 메소드들

메소드 설명
GetProperties ( ITypeDescriptorContext context, Object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : boolean
SelectedEventEntryTypeConverter ( ) : System

메소드 상세

GetProperties() 공개 메소드

public GetProperties ( ITypeDescriptorContext context, Object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value Object
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() 공개 메소드

public GetPropertiesSupported ( ITypeDescriptorContext context ) : boolean
context ITypeDescriptorContext
리턴 boolean

SelectedEventEntryTypeConverter() 공개 메소드

public SelectedEventEntryTypeConverter ( ) : System
리턴 System