C# Class VAGSuite.TransactionCollection

Inheritance: SortableCollectionBase, ICustomTypeDescriptor
Afficher le fichier Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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 méthode

public Add ( TransactionEntry value ) : int
value TransactionEntry
Résultat int

Contains() public méthode

public Contains ( TransactionEntry value ) : bool
value TransactionEntry
Résultat bool

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat System.ComponentModel.AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : String
Résultat String

GetComponentName() public méthode

public GetComponentName ( ) : String
Résultat String

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat System.ComponentModel.TypeConverter

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : PropertyDescriptor
Résultat System.ComponentModel.PropertyDescriptor

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat System.ComponentModel.EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Résultat System.ComponentModel.EventDescriptorCollection

GetProperties() public méthode

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

GetProperties() public méthode

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
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Résultat object

IndexOf() public méthode

public IndexOf ( TransactionEntry value ) : int
value TransactionEntry
Résultat int

Insert() public méthode

public Insert ( int index, TransactionEntry value ) : void
index int
value TransactionEntry
Résultat void

OnInsert() protected méthode

protected OnInsert ( int index, Object value ) : void
index int
value Object
Résultat void

OnRemove() protected méthode

protected OnRemove ( int index, Object value ) : void
index int
value Object
Résultat void

OnSet() protected méthode

protected OnSet ( int index, Object oldValue, Object newValue ) : void
index int
oldValue Object
newValue Object
Résultat void

OnValidate() protected méthode

protected OnValidate ( Object value ) : void
value Object
Résultat void

Remove() public méthode

public Remove ( TransactionEntry value ) : void
value TransactionEntry
Résultat void

TransactionCollection() public méthode

public TransactionCollection ( ) : System
Résultat System

this() public méthode

public this ( int index ) : TransactionEntry
index int
Résultat TransactionEntry