C# 클래스 FridayThe13th.JsonObject

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

보호된 프로퍼티들

프로퍼티 타입 설명
_thisDict dynamic>.Dictionary

공개 메소드들

메소드 설명
Add ( string key, dynamic value ) : void
JsonObject ( ) : System
NotifyPropertyChanged ( string propertyName ) : void
Remove ( string key ) : bool
RemoveAll ( ) : void
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool
this ( string key ) : dynamic

메소드 상세

Add() 공개 메소드

public Add ( string key, dynamic value ) : void
key string
value dynamic
리턴 void

JsonObject() 공개 메소드

public JsonObject ( ) : System
리턴 System

NotifyPropertyChanged() 공개 메소드

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Remove() 공개 메소드

public Remove ( string key ) : bool
key string
리턴 bool

RemoveAll() 공개 메소드

public RemoveAll ( ) : void
리턴 void

TryGetMember() 공개 메소드

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

TrySetMember() 공개 메소드

public TrySetMember ( SetMemberBinder binder, object value ) : bool
binder System.Dynamic.SetMemberBinder
value object
리턴 bool

this() 공개 메소드

public this ( string key ) : dynamic
key string
리턴 dynamic

프로퍼티 상세

_thisDict 보호되어 있는 프로퍼티

protected Dictionary _thisDict
리턴 dynamic>.Dictionary