C# Class VAGSuite.CellHelperCollection

Inheritance: SortableCollectionBase, ICustomTypeDescriptor
Show file Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( CellHelper value ) : int
CellHelperCollection ( ) : System
Contains ( CellHelper value ) : bool
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : String
GetComponentName ( ) : String
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection

Called to get the properties of this type.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.

GetPropertyOwner ( PropertyDescriptor pd ) : object
IndexOf ( CellHelper value ) : int
Insert ( int index, CellHelper value ) : void
Remove ( CellHelper value ) : void
this ( int index ) : CellHelper

Protected Methods

Method Description
OnInsert ( int index, Object value ) : void
OnRemove ( int index, Object value ) : void
OnSet ( int index, Object oldValue, Object newValue ) : void
OnValidate ( Object value ) : void

Method Details

Add() public method

public Add ( CellHelper value ) : int
value CellHelper
return int

CellHelperCollection() public method

public CellHelperCollection ( ) : System
return System

Contains() public method

public Contains ( CellHelper value ) : bool
value CellHelper
return bool

GetAttributes() public method

public GetAttributes ( ) : AttributeCollection
return System.ComponentModel.AttributeCollection

GetClassName() public method

public GetClassName ( ) : String
return String

GetComponentName() public method

public GetComponentName ( ) : String
return String

GetConverter() public method

public GetConverter ( ) : TypeConverter
return System.ComponentModel.TypeConverter

GetDefaultEvent() public method

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
return System.ComponentModel.EventDescriptor

GetDefaultProperty() public method

public GetDefaultProperty ( ) : PropertyDescriptor
return System.ComponentModel.PropertyDescriptor

GetEditor() public method

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
return object

GetEvents() public method

public GetEvents ( ) : EventDescriptorCollection
return System.ComponentModel.EventDescriptorCollection

GetEvents() public method

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
return System.ComponentModel.EventDescriptorCollection

GetProperties() public method

Called to get the properties of this type.
public GetProperties ( ) : PropertyDescriptorCollection
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public method

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
return object

IndexOf() public method

public IndexOf ( CellHelper value ) : int
value CellHelper
return int

Insert() public method

public Insert ( int index, CellHelper value ) : void
index int
value CellHelper
return void

OnInsert() protected method

protected OnInsert ( int index, Object value ) : void
index int
value Object
return void

OnRemove() protected method

protected OnRemove ( int index, Object value ) : void
index int
value Object
return void

OnSet() protected method

protected OnSet ( int index, Object oldValue, Object newValue ) : void
index int
oldValue Object
newValue Object
return void

OnValidate() protected method

protected OnValidate ( Object value ) : void
value Object
return void

Remove() public method

public Remove ( CellHelper value ) : void
value CellHelper
return void

this() public method

public this ( int index ) : CellHelper
index int
return CellHelper