NevronOpenVision
Nevron.Nov.Dom Namespace / NChild Class
Fields Properties Methods


NChild Class Members

The following tables list the members exposed by NChild.

Protected Constructors
 NameDescription
Internal Constructor  
Top
Public Fields
 NameDescription
Public FieldThe create on demand flag  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets 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;  
Public PropertyGets the DOM type assicated with the child node instance  
Public PropertyGets the id of the named child in its owner schema  
Public PropertyGets the name of the named child  
Public PropertyGets the schema, which declared this named child  
Top
Protected Properties
 NameDescription
Internal Property  
Top
Public Methods
 NameDescription
Public MethodGets whether this child is created on demand for the specified schema. By default CreateOnDemand is set to false.  
Public MethodGets whether this child is deeply clonable for the specified schema. By default DeeplyClonable is set to true.  
Public MethodGets whether this child is nullable for the specified schema. By default Nullable is set to false.  
Public MethodGets whether this child is recordable for the specified schema. By default Recordable is set to true.  
Public MethodGets whether this child is serializable for the specified schema. By default Serializable is set to true.  
Public MethodOverloaded. Sets whether this child is created on demand for the owner schema. By default CreateOnDemand is set to false.  
Public MethodOverloaded. Sets whether this child is DeeplyCloneable for the owner schema. By default DeeplyCloneable is set to true.  
Public MethodOverloaded. Sets whether this child is nullable for the owner schema. By default Nullable is set to false.  
Public MethodOverloaded. Sets whether this child is recordable for the owner schema. By default Recordable is set to true.  
Public MethodOverloaded. Sets whether this child is serializable for the owner schema. By default Serializable is set to true.  
Top
Protected Methods
 NameDescription
Internal MethodOverridden.   
Internal Method  
Internal Method  
Top
See Also