BaseHandler Methods

DCSoft.DBUtilityGeneric

BaseHandler Methods

The BaseHandler type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ProcessRequest
请求处理
Public method SubProcessRequest
虚函数,需要子类自行实现
Public method ToString (Inherited from Object.)
Public method TryParseBool
字符转bool
Public method TryParseDateTime
时间格式转换
Public method TryParseDecimal
Decimal类型转换
Public method TryParseDouble
Double类型转换
Public method TryParseInt
int类型转换
Top
See Also