Let us see how we can create a context node Person with Name and Age for a empty view that we created.

After clicking the create a wizard pops up and we need the follow the wizard as follows.

We dont have aby BOL object so we add this as a value node. Click continue and start adding attributes.( this is the structure name and in the next screen you are adding the fields). See the following screen shot.

Now we added two new filed and assign to the context node person. Let us continue. See the following screen shot.

Now this wizard is asking if there is a higher level node or custom controller that is linked to this node. (like a global structure linked to thisĀ structure — auto linking). Continue and complete this wizard. See the following screen shot.

Now if you expand your context node you can see a new class is implemented and attributes associated with person Age and Name is created. Now you can use this node in your view.
Ho to delete context node, which is created.
Comment by Satish — April 7, 2010 @ 12:13 pm
Please reply. How can we delete a context node that we have created.
Comment by Sachin — May 14, 2010 @ 1:49 am
To delete a context node you have to delete the classes/methods created by the wizard. You should know which new classes were added
There is no other way as far as I know.
Comment by Rafael — June 2, 2010 @ 12:26 pm