C# Class VAGSuite.TransactionCollection

Inheritance: SortableCollectionBase, ICustomTypeDescriptor
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( TransactionEntry value ) : int
Contains ( TransactionEntry 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 ( TransactionEntry value ) : int
Insert ( int index, TransactionEntry value ) : void
Remove ( TransactionEntry value ) : void
TransactionCollection ( ) : System
this ( int index ) : TransactionEntry

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 ( TransactionEntry value ) : int
value TransactionEntry
return int

Contains() public method

public Contains ( TransactionEntry value ) : bool
value TransactionEntry
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 ( TransactionEntry value ) : int
value TransactionEntry
return int

Insert() public method

public Insert ( int index, TransactionEntry value ) : void
index int
value TransactionEntry
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 ( TransactionEntry value ) : void
value TransactionEntry
return void

TransactionCollection() public method

public TransactionCollection ( ) : System
return System

this() public method

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