C# Класс VAGSuite.TransactionCollection

Наследование: SortableCollectionBase, ICustomTypeDescriptor
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
OnInsert ( int index, Object value ) : void
OnRemove ( int index, Object value ) : void
OnSet ( int index, Object oldValue, Object newValue ) : void
OnValidate ( Object value ) : void

Описание методов

Add() публичный Метод

public Add ( TransactionEntry value ) : int
value TransactionEntry
Результат int

Contains() публичный Метод

public Contains ( TransactionEntry value ) : bool
value TransactionEntry
Результат bool

GetAttributes() публичный Метод

public GetAttributes ( ) : AttributeCollection
Результат System.ComponentModel.AttributeCollection

GetClassName() публичный Метод

public GetClassName ( ) : String
Результат String

GetComponentName() публичный Метод

public GetComponentName ( ) : String
Результат String

GetConverter() публичный Метод

public GetConverter ( ) : TypeConverter
Результат System.ComponentModel.TypeConverter

GetDefaultEvent() публичный Метод

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Результат System.ComponentModel.EventDescriptor

GetDefaultProperty() публичный Метод

public GetDefaultProperty ( ) : PropertyDescriptor
Результат System.ComponentModel.PropertyDescriptor

GetEditor() публичный Метод

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Результат object

GetEvents() публичный Метод

public GetEvents ( ) : EventDescriptorCollection
Результат System.ComponentModel.EventDescriptorCollection

GetEvents() публичный Метод

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Результат System.ComponentModel.EventDescriptorCollection

GetProperties() публичный Метод

Called to get the properties of this type.
public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный Метод

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
Результат System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() публичный Метод

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
Результат object

IndexOf() публичный Метод

public IndexOf ( TransactionEntry value ) : int
value TransactionEntry
Результат int

Insert() публичный Метод

public Insert ( int index, TransactionEntry value ) : void
index int
value TransactionEntry
Результат void

OnInsert() защищенный Метод

protected OnInsert ( int index, Object value ) : void
index int
value Object
Результат void

OnRemove() защищенный Метод

protected OnRemove ( int index, Object value ) : void
index int
value Object
Результат void

OnSet() защищенный Метод

protected OnSet ( int index, Object oldValue, Object newValue ) : void
index int
oldValue Object
newValue Object
Результат void

OnValidate() защищенный Метод

protected OnValidate ( Object value ) : void
value Object
Результат void

Remove() публичный Метод

public Remove ( TransactionEntry value ) : void
value TransactionEntry
Результат void

TransactionCollection() публичный Метод

public TransactionCollection ( ) : System
Результат System

this() публичный Метод

public this ( int index ) : TransactionEntry
index int
Результат TransactionEntry