C# 클래스 Seal.Forms.EntityCollectionEditor

상속: System.ComponentModel.Design.CollectionEditor
파일 보기 프로젝트 열기: ariacom/Seal-Report 1 사용 예제들

공개 메소드들

메소드 설명
EntityCollectionEditor ( Type type ) : System
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

보호된 메소드들

메소드 설명
CreateCollectionForm ( ) : CollectionForm
CreateInstance ( Type itemType ) : object
DestroyInstance ( object instance ) : void
GetDisplayText ( object value ) : string

비공개 메소드들

메소드 설명
SetModified ( ) : void
propertyGrid_PropertyValueChanged ( object sender, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

메소드 상세

CreateCollectionForm() 보호된 메소드

protected CreateCollectionForm ( ) : CollectionForm
리턴 CollectionForm

CreateInstance() 보호된 메소드

protected CreateInstance ( Type itemType ) : object
itemType System.Type
리턴 object

DestroyInstance() 보호된 메소드

protected DestroyInstance ( object instance ) : void
instance object
리턴 void

EntityCollectionEditor() 공개 메소드

public EntityCollectionEditor ( Type type ) : System
type System.Type
리턴 System

GetDisplayText() 보호된 메소드

protected GetDisplayText ( object value ) : string
value object
리턴 string

GetEditStyle() 공개 메소드

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