C# 클래스 Seal.Forms.HelperEditor

상속: System.Drawing.Design.UITypeEditor
파일 보기 프로젝트 열기: ariacom/Seal-Report

공개 프로퍼티들

프로퍼티 타입 설명
HandlerInterface IEntityHandler

공개 메소드들

메소드 설명
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

비공개 메소드들

메소드 설명
initEntity ( object entity ) : void
setContext ( ITypeDescriptorContext context ) : void
setModified ( ) : void

메소드 상세

EditValue() 공개 메소드

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
리턴 object

GetEditStyle() 공개 메소드

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
리턴 UITypeEditorEditStyle

프로퍼티 상세

HandlerInterface 공개적으로 정적으로 프로퍼티

public static IEntityHandler HandlerInterface
리턴 IEntityHandler