XmlHelperParseInitParams Method |
| Name | Description | |
|---|---|---|
| ParseInitParams(IXmlElement) |
Parse the specified "init-params" element of the following
structure:
<!ELEMENT init-params (init-param*)>
<!ELEMENT init-param ((param-name | param-type), param-value,
description?)>
into an object array.
| |
| ParseInitParams(IXmlElement, XmlHelperIParameterResolver) |
Parse the specified "init-params" element of the following
structure:
<!ELEMENT init-params (init-param*)>
<!ELEMENT init-param ((param-name | param-type), param-value,
description?)>
into an object array.
|