C# Класс WebMatrix.Data.DynamicRecord

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

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

Метод Описание
GetDynamicMemberNames ( ) : IEnumerable
TryGetMember ( GetMemberBinder binder, object &result ) : bool
this ( int index ) : object
this ( string name ) : object

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

Метод Описание
DynamicRecord ( object>.Dictionary fields ) : System
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( PropertyDescriptor pd ) : Object
ICustomTypeDescriptor ( Type editorBaseType ) : Object
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( ) : string

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

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

public GetDynamicMemberNames ( ) : IEnumerable
Результат IEnumerable

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

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Результат bool

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

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

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

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