Method | Description | |
---|---|---|
BLoc ( ) : System |
Initializes a new instance of the BLoc class.
|
|
BLoc ( string key ) : System |
Initializes a new instance of the BLoc class.
|
|
ClearResourceBuffer ( ) : void |
Clears the common resource buffer.
|
|
Dispose ( ) : void |
Removes the listener from the dictionary.
|
|
FormatOutput ( ) : object |
This function returns the properly prepared output of the markup extension.
|
|
ResourceChanged ( |
This method is called when the resource somehow changed.
|
Method | Description | |
---|---|---|
GetForcedCultureOrDefault ( ) : |
If Culture property defines a valid CultureInfo, a CultureInfo instance will get created and returned, otherwise LocalizeDictionary.Culture will get returned.
|
Method | Description | |
---|---|---|
RaisePropertyChanged ( string property ) : void |
Notify that a property has changed
|
|
SafeAddItemToResourceBuffer ( string key, object item ) : void |
Adds an item to the resource buffer (threadsafe).
|
|
SafeRemoveItemFromResourceBuffer ( string key ) : void |
Removes an item from the resource buffer (threadsafe).
|
|
UpdateNewValue ( ) : void |
public BLoc ( string key ) : System | ||
key | string | The resource identifier. |
return | System |
protected GetForcedCultureOrDefault ( ) : |
||
return |
public ResourceChanged ( |
||
sender | The sender. | |
e | The event arguments. | |
return | void |