C# Класс VAGSuite.SymbolCollection

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

Private Properties

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

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

Метод Описание
Add ( SymbolHelper value ) : int
Contains ( SymbolHelper 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 ( SymbolHelper value ) : int
Insert ( int index, SymbolHelper value ) : void
Remove ( SymbolHelper value ) : void
SymbolCollection ( ) : System
this ( int index ) : SymbolHelper

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

Метод Описание
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 ( SymbolHelper value ) : int
value SymbolHelper
Результат int

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

public Contains ( SymbolHelper value ) : bool
value SymbolHelper
Результат 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 ( SymbolHelper value ) : int
value SymbolHelper
Результат int

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

public Insert ( int index, SymbolHelper value ) : void
index int
value SymbolHelper
Результат 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 ( SymbolHelper value ) : void
value SymbolHelper
Результат void

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

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

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

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