Skip to main content
.NET 6.0+

ConvertXmlParameters.Assign(ModelNode, Type, String, IDictionary<String, String>) Method

Assigns the specified values to the ConvertXmlParameters properties.

Namespace: DevExpress.ExpressApp.Updating

Assembly: DevExpress.ExpressApp.v23.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.ExpressApp.Model.Core.ModelNode

A ModelNode object to be assigned to the ConvertXmlParameters.Node property.

nodeType Type

A Type object to be assigned to the ConvertXmlParameters.NodeType property.

xmlNodeName String

A string to be assigned to the ConvertXmlParameters.XmlNodeName property.

values IDictionary<String, String>

An IDictonary<string, string> list to be assigned to the ConvertXmlParameters.Values property.

See Also