Liquid XML Runtime for .Net - ElementCol - ElementCol
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
public ElementCol(String defaultNamespace,
String namespaceRestriction,
String targetNamespace,
int minOccurs,
int maxOccurs)
|
|
Property |
Description |
|
|
|
Method Name |
Constructor |
|
|
|
Argument - defaultNamespace |
The default namespace for the XML document |
|
|
|
Argument - namespaceRestriction |
Any restrictions imposed on the namespaces which this attribute may hold |
|
|
|
Argument - targetNamespace |
The target namespace for the XML document. |
|
|
|
Argument - minOccurs |
The minimum number of objects that should be present in the collection - these limits do not prevent invalid numbers of objects from being placed into the collection but cause ValidateCounte to fail if the are incorrect.. |
|
|
|
Argument - maxOccurs |
The maximum number of objects that can be contained in the collection - these limits do not prevent invalid numbers of objects from being placed into the collection but cause ValidateCounte to fail if the are incorrect.. |
|
|
|
Description |
Creates an instance of the class |
|