ConvertXmlParameters.Assign(ModelNode, Type, String, IDictionary<String, String>) Method
In This Article
Assigns the specified values to the ConvertXmlParameters properties.
Namespace: DevExpress.ExpressApp.Updating
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public void Assign(
ModelNode node,
Type nodeType,
string xmlNodeName,
IDictionary<string, string> values
)
#Parameters
Name | Type | Description |
---|---|---|
node | DevExpress. |
A Model |
node |
Type | A Type object to be assigned to the Convert |
xml |
String | A string to be assigned to the Convert |
values | IDictionary<String, String> | An IDictonary |
See Also