Dynamicweb.eCommerce.Orders Namespace : Order.DebuggingInfoCollection Class |
'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>
class MyPage : System.Web.UI.Page { private Order.DebuggingInfoCollection _debuggingInfos; private void FillDebugInfos(IDataReader DataReader) { _debuggingInfos = Order.DebuggingInfoCollection.Parse(Base.ChkString(DataReader["OrderDebuggingInfo"])); } }
System.Object
System.Collections.Generic.List<T>
Dynamicweb.eCommerce.Orders.Order.DebuggingInfoCollection
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