cbo.vb
来自「C#语言制作asp.net网上商店的」· VB 代码 · 共 32 行
VB
32 行
Imports System
Imports System.Collections.Generic
Imports System.IO
Imports System.Reflection
Imports System.Text
Imports System.Web.Caching
Imports System.Xml
Imports System.Xml.Serialization
Namespace NetShopForge.Common.Utilities
'*********************************************************************
'
' CBO Class
'
' Class that hydrates custom business objects with data. Please
' note that this utility class can only be used on objects with "simple"
' data types. If the object contains "complex" data types such as
' ArrayLists, HashTables, Custom Objects, etc... then the developer
' will need to write custom code for the hydration of these "complex"
' data types.
'
'*********************************************************************
Public Class CBO
End Class
End Namespace
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?