C# Class VelocityDbSchema.NUnit.DynamicDictionary

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: VelocityDB/VelocityDB

Protected Properties

Свойство Type Description
Dictionary object>.Dictionary

Méthodes publiques

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

public ContainsProperty ( string propertyName ) : bool
propertyName string
Résultat bool

GetPropertyNames() public méthode

public GetPropertyNames ( ) : IEnumerable
Résultat IEnumerable

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 propertyName ) : dynamic
propertyName string
Résultat dynamic

Property Details

Dictionary protected_oe property

protected Dictionary Dictionary
Résultat object>.Dictionary