C# Class VelocityDbSchema.NUnit.DynamicDictionary

Inheritance: System.Dynamic.DynamicObject
Datei anzeigen Open project: VelocityDB/VelocityDB

Protected Properties

Property Type Description
Dictionary object>.Dictionary

Public Methods

Method Description
ContainsProperty ( string propertyName ) : bool
GetPropertyNames ( ) : IEnumerable
TryGetMember ( GetMemberBinder binder, object &result ) : bool
TrySetMember ( SetMemberBinder binder, object value ) : bool
this ( string propertyName ) : dynamic

Method Details

ContainsProperty() public method

public ContainsProperty ( string propertyName ) : bool
propertyName string
return bool

GetPropertyNames() public method

public GetPropertyNames ( ) : IEnumerable
return IEnumerable

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 propertyName ) : dynamic
propertyName string
return dynamic

Property Details

Dictionary protected_oe property

protected Dictionary Dictionary
return object>.Dictionary