Click or drag to resize
XmlConfiguratonOperator Class
Xml配置辅助操作类
Inheritance Hierarchy
SystemObject
  X3Platform.ConfigurationXmlConfiguratonOperator

Namespace: X3Platform.Configuration
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static class XmlConfiguratonOperator

The XmlConfiguratonOperator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCanConvertTypeTo
Checks if there is an appropriate type conversion from the source type to the target type.
Public methodStatic memberConvertStringTo
Converts a string to an object.
Public methodStatic memberConvertTypeTo
Converts an object to the target type.
Public methodStatic memberGetTypeFromString(String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberGetTypeFromString(Assembly, String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberGetTypeFromString(Type, String, Boolean, Boolean)
Loads the type specified in the type string.
Public methodStatic memberHasAttributesOrElements
Test if an element has no attributes or child elements
Public methodStatic memberSetKeyValues
Public methodStatic memberSetParameter
Sets a parameter on an object.
Top
See Also