In This Topic
The following tables list the members exposed by NChild.
Public Fields
Public Properties
| Name | Description |
 | CreateChildDelegate | Gets or sets the delagate that is called when the child node needs to be created on demand. If the value of this property is null, by default the child will create a new instance of the child DomType property. By default set to null; |
 | DomType | Overridden. Gets the DOM type assicated with the child node instance |
 | Id | Gets the id of the named child in its owner schema |
 | Name | Overridden. Gets the name of the named child |
Top
Protected Properties
| Name | Description |
 | vrGb | |
Top
Public Methods
| Name | Description |
 | GetCreateOnDemand | Gets whether this child is created on demand for the specified schema. By default CreateOnDemand is set to false. |
 | SetCreateOnDemand | Overloaded. Sets whether this child is created on demand for the owner schema. By default CreateOnDemand is set to false. |
Top
See Also