ConvertXmlParameters Methods
Represents parameters, passed to the IModelXmlConverter.ConvertXml method.| 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