Information about the data contained by NVelocity variables

From AbleCommerce Wiki
Jump to: navigation, search

NVelocity code just contains the object we pushed in the parameters. For example if the we talk about the order parameter that actually contains the CommerceBuilder.Orders.Order object. You can easily check that what this object will contain using the Visual Studio. For example if you want to know about the data contained by order object.

  • Click the Object Browser from the View menu of Visual Studio.
  • In the Object Browser left sidebar select the CommerceBuilder.Orders Namespace.
  • Select the Order class in the sidebar and it will list all the information about class.

If some one is not using the Visual Studio then he can get the same information through API documentation available here.