C# Class Seal.Forms.EntityCollectionEditor

Inheritance: System.ComponentModel.Design.CollectionEditor
Show file Open project: ariacom/Seal-Report Class Usage Examples

Public Methods

Method Description
EntityCollectionEditor ( Type type ) : System
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Protected Methods

Method Description
CreateCollectionForm ( ) : CollectionForm
CreateInstance ( Type itemType ) : object
DestroyInstance ( object instance ) : void
GetDisplayText ( object value ) : string

Private Methods

Method Description
SetModified ( ) : void
propertyGrid_PropertyValueChanged ( object sender, System.Windows.Forms.PropertyValueChangedEventArgs e ) : void

Method Details

CreateCollectionForm() protected method

protected CreateCollectionForm ( ) : CollectionForm
return CollectionForm

CreateInstance() protected method

protected CreateInstance ( Type itemType ) : object
itemType System.Type
return object

DestroyInstance() protected method

protected DestroyInstance ( object instance ) : void
instance object
return void

EntityCollectionEditor() public method

public EntityCollectionEditor ( Type type ) : System
type System.Type
return System

GetDisplayText() protected method

protected GetDisplayText ( object value ) : string
value object
return string

GetEditStyle() public method

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
return UITypeEditorEditStyle