Dynamicweb 8 Documentation
Order.DebuggingInfoCollection Class
Members  Example 

Represents information about debugging.
Object Model
Order.DebuggingInfoCollection ClassOrder.DebuggingInfo Class
Syntax
'Declaration
 
<SerializableAttribute()> 
Public Class Order.DebuggingInfoCollection 
   Inherits System.Collections.Generic.List(Of Order.DebuggingInfo)
[SerializableAttribute()] 
public class Order.DebuggingInfoCollection : System.Collections.Generic.List<Order.DebuggingInfo> 
Example
class MyPage : System.Web.UI.Page
{
   private Order.DebuggingInfoCollection _debuggingInfos;
   private void FillDebugInfos(IDataReader DataReader)
   {
       _debuggingInfos = Order.DebuggingInfoCollection.Parse(Base.ChkString(DataReader["OrderDebuggingInfo"]));
   }
}
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dynamicweb.eCommerce.Orders.Order.DebuggingInfoCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Order.DebuggingInfoCollection Members
Dynamicweb.eCommerce.Orders Namespace

Send Feedback