C# Class Foobricator.Tools.DataReference

A reference to another named source object.
Inheritance: IDebugInfoProvider
Afficher le fichier Open project: geoffles/Foobricator Class Usage Examples

Méthodes publiques

Méthode Description
CurrentContext ( ) : object>.IDictionary

Get the current context of named sources.

DataReference ( object>.IDictionary context, string key ) : System

Initalise against a context.

Dereference ( ) : object

Resolve the named object from the context bound to this reference.

ToString ( string format, IFormatProvider formatProvider ) : string

Dereferences and tries to get a string value. See Details.

Method Details

CurrentContext() public static méthode

Get the current context of named sources.
public static CurrentContext ( ) : object>.IDictionary
Résultat object>.IDictionary

DataReference() public méthode

Initalise against a context.
public DataReference ( object>.IDictionary context, string key ) : System
context object>.IDictionary
key string
Résultat System

Dereference() public méthode

Resolve the named object from the context bound to this reference.
public Dereference ( ) : object
Résultat object

ToString() public méthode

Dereferences and tries to get a string value. See Details.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Résultat string