C# Class WebMatrix.Data.DynamicRecord

Inheritance: System.Dynamic.DynamicObject, ICustomTypeDescriptor
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GetDynamicMemberNames ( ) : IEnumerable
TryGetMember ( GetMemberBinder binder, object &result ) : bool
this ( int index ) : object
this ( string name ) : object

Private Methods

Method Description
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

Method Details

GetDynamicMemberNames() public method

public GetDynamicMemberNames ( ) : IEnumerable
return IEnumerable

TryGetMember() public method

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
return bool

this() public method

public this ( int index ) : object
index int
return object

this() public method

public this ( string name ) : object
name string
return object