Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ConvertXmlParameters Members

Represents parameters, passed to the IModelXmlConverter.ConvertXml method.

#Constructors

Name Description
ConvertXmlParameters() Initializes a new instance of the ConvertXmlParameters class.

#Properties

Name Description
Node Gets the current Application Model node.
NodeType Specifies the type of the current Application Model node.
SubNode Specifies the current Application Model node’s subnode.
Values Gets a list of current Application Model node’s properties and their values stored in differences.
XmlNodeName Gets the Application Model node’s name, stored in differences.

#Methods
Show Inherited Hide Inherited

Name Description
Assign(ModelNode, Type, String, IDictionary<String, String>) Assigns the specified values to the ConvertXmlParameters properties.
ContainsKey(String) Determines if the current Application Model node’s differences contain the property with the specified name.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetRealKey(String) Determines the name by which a particular property appears in the current Application Model node’s differences.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
TryGetValue(String, out String) The case-insensitive method that returns the value of the specified property and indicates if the operation is successfully completed.
See Also