C# Class Dynamitey.DynamicObjects.BaseObject

Dynamic Object that knows about the Impromtu Interface return types; Override Typical Dynamic Object methods, and use TypeForName to get the return type of an interface member.
Inheritance: System.Dynamic.DynamicObject, IEquivalentType, IServiceProvider
Afficher le fichier Open project: ekonbenefits/dynamitey

Private Properties

Свойство Type Description
IServiceProvider object

Méthodes publiques

Méthode Description
TryTypeForName ( string binderName, Type &type ) : bool

Tries the name of the member to see if it has a type.

Méthodes protégées

Méthode Description
BaseObject ( ) : System

Initializes a new instance of the BaseObject class.

Private Methods

Méthode Description
IServiceProvider ( Type serviceType ) : object

Method Details

BaseObject() protected méthode

Initializes a new instance of the BaseObject class.
protected BaseObject ( ) : System
Résultat System

TryTypeForName() public méthode

Tries the name of the member to see if it has a type.
public TryTypeForName ( string binderName, Type &type ) : bool
binderName string Name of the binder.
type System.Type The type.
Résultat bool