C# Class FridayThe13th.JsonObject

Inheritance: System.Dynamic.DynamicObject, INotifyPropertyChanged
Afficher le fichier Open project: jprichardson/FridayThe13th Class Usage Examples

Protected Properties

Свойство Type Description
_thisDict dynamic>.Dictionary

Méthodes publiques

Méthode 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 méthode

public Add ( string key, dynamic value ) : void
key string
value dynamic
Résultat void

JsonObject() public méthode

public JsonObject ( ) : System
Résultat System

NotifyPropertyChanged() public méthode

public NotifyPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Remove() public méthode

public Remove ( string key ) : bool
key string
Résultat bool

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void

TryGetMember() public méthode

public TryGetMember ( GetMemberBinder binder, object &result ) : bool
binder System.Dynamic.GetMemberBinder
result object
Résultat bool

TrySetMember() public méthode

public TrySetMember ( SetMemberBinder binder, object value ) : bool
binder System.Dynamic.SetMemberBinder
value object
Résultat bool

this() public méthode

public this ( string key ) : dynamic
key string
Résultat dynamic

Property Details

_thisDict protected_oe property

protected Dictionary _thisDict
Résultat dynamic>.Dictionary