C# 클래스 WebMatrix.Data.DynamicRecord

상속: System.Dynamic.DynamicObject, ICustomTypeDescriptor
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

공개 메소드들

메소드 설명
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