Click or drag to resize
IDigitalNumberService Methods

The IDigitalNumberService type exposes the following members.

Methods
  NameDescription
Public methodDelete
删除记录
Public methodFindAll
查询所有相关记录
Public methodFindAll(DataQuery)
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGenerate
生成数字编码
Public methodGenerateCodeByCategoryId(String, String, String, String)
根据类别标识成数字编码
Public methodGenerateCodeByCategoryId(GenericSqlCommand, String, String, String, String)
根据类别标识成数字编码
Public methodGenerateCodeByPrefixCode(String, String, String)
根据前缀生成数字编码
Public methodGenerateCodeByPrefixCode(GenericSqlCommand, String, String, String)
根据前缀生成数字编码
Public methodGetPaging
分页函数
Public methodIsExistName
查询是否存在相关的记录.
Public methodSave
保存记录
Top
See Also