C# Класс SpellWork.DynamicObject

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

Открытые свойства

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

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

Метод Описание
AddProperty ( FieldInfo f ) : void
DynamicObject ( SpellEntry S ) : System
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( System editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( System attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( System attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( System pd ) : object
RemoveProperty ( string propertyName ) : void
this ( string propertyName ) : object

Приватные методы

Метод Описание
FilterProperties ( string filter ) : void
GetPropertyValue ( string propertyName ) : object
SetPropertyValue ( string propertyName, object value ) : void

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

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

public AddProperty ( FieldInfo f ) : void
f System.Reflection.FieldInfo
Результат void

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

public DynamicObject ( SpellEntry S ) : System
S SpellEntry
Результат System

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 ( System editorBaseType ) : object
editorBaseType System
Результат object

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

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

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

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

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

public GetProperties ( ) : PropertyDescriptorCollection
Результат System.ComponentModel.PropertyDescriptorCollection

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

public GetProperties ( System attributes ) : PropertyDescriptorCollection
attributes System
Результат System.ComponentModel.PropertyDescriptorCollection

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

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

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

public RemoveProperty ( string propertyName ) : void
propertyName string
Результат void

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

public this ( string propertyName ) : object
propertyName string
Результат object

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

Spell публичное свойство

public SpellEntry,SpellWork Spell
Результат SpellEntry