C# Class FridayThe13th.JsonObject

Inheritance: System.Dynamic.DynamicObject, INotifyPropertyChanged
Datei anzeigen Open project: jprichardson/FridayThe13th Class Usage Examples

Protected Properties

Property Type Description
_thisDict dynamic>.Dictionary

Public Methods

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

Method Details

Add() public method

public Add ( string key, dynamic value ) : void
key string
value dynamic
return void

JsonObject() public method

public JsonObject ( ) : System
return System

NotifyPropertyChanged() public method

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
return void

Remove() public method

public Remove ( string key ) : bool
key string
return bool

RemoveAll() public method

public RemoveAll ( ) : void
return void

TryGetMember() public method

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

TrySetMember() public method

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

this() public method

public this ( string key ) : dynamic
key string
return dynamic

Property Details

_thisDict protected_oe property

protected Dictionary _thisDict
return dynamic>.Dictionary