Method | Description | |
---|---|---|
CurrentContext ( ) : object>.IDictionary |
Get the current context of named sources.
|
|
DataReference ( object>.IDictionary |
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.
|
public static CurrentContext ( ) : object>.IDictionary |
||
return | object>.IDictionary |
public DataReference ( object>.IDictionary |
||
context | object>.IDictionary | |
key | string | |
return | System |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
return | string |