Property | Type | Description | |
---|---|---|---|
FillResources | object>.SortedList |
Method | Description | |
---|---|---|
ApplyResources ( object value, string objectName ) : void |
This method examines all the resources for the current culture. When it finds a resource with a key in the format of "[objectName].[property name]" it will apply that resource's value to the corresponding property on the object. If there is no matching property the resource will be ignored.
|
|
ApplyResources ( object value, string objectName, |
This method examines all the resources for the provided culture. When it finds a resource with a key in the format of "[objectName].[property name]" it will apply that resource's value to the corresponding property on the object. If there is no matching property the resource will be ignored.
|
|
ComponentResourceManager ( ) : System | ||
ComponentResourceManager ( |
Method | Description | |
---|---|---|
FillResources ( |
Recursive routine that creates a resource hashtable populated with resources for culture and all parent cultures.
|
public ApplyResources ( object value, string objectName ) : void | ||
value | object | |
objectName | string | |
return | void |
public ApplyResources ( object value, string objectName, |
||
value | object | |
objectName | string | |
culture | ||
return | void |
public ComponentResourceManager ( |
||
t | ||
return | System |