Name | Description | |
---|---|---|
NChild Constructor |
The following tables list the members exposed by NChild.
Name | Description | |
---|---|---|
NChild Constructor |
Name | Description | |
---|---|---|
CreateOnDemandFlag | The create on demand flag |
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 | Gets the DOM type assicated with the child node instance | |
Id | Gets the id of the named child in its owner schema | |
Name | Gets the name of the named child | |
OwnerSchema | Gets the schema, which declared this named child |
Name | Description | |
---|---|---|
GetCreateOnDemand | Gets whether this child is created on demand for the specified schema. By default CreateOnDemand is set to false. | |
GetDeeplyCloneable | Gets whether this child is deeply clonable for the specified schema. By default DeeplyClonable is set to true. | |
GetNullable | Gets whether this child is nullable for the specified schema. By default Nullable is set to false. | |
GetRecordable | Gets whether this child is recordable for the specified schema. By default Recordable is set to true. | |
GetSerializable | Gets whether this child is serializable for the specified schema. By default Serializable is set to true. | |
SetCreateOnDemand | Overloaded. Sets whether this child is created on demand for the owner schema. By default CreateOnDemand is set to false. | |
SetDeeplyCloneable | Overloaded. Sets whether this child is DeeplyCloneable for the owner schema. By default DeeplyCloneable is set to true. | |
SetNullable | Overloaded. Sets whether this child is nullable for the owner schema. By default Nullable is set to false. | |
SetRecordable | Overloaded. Sets whether this child is recordable for the owner schema. By default Recordable is set to true. | |
SetSerializable | Overloaded. Sets whether this child is serializable for the owner schema. By default Serializable is set to true. |