Click or drag to resize
DigitalNumberService Class

[Missing <summary> documentation for "T:X3Platform.DigitalNumber.BLL.DigitalNumberService"]

Inheritance Hierarchy
SystemObject
  X3Platform.DigitalNumber.BLLDigitalNumberService

Namespace: X3Platform.DigitalNumber.BLL
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class DigitalNumberService : IDigitalNumberService

The DigitalNumberService type exposes the following members.

Constructors
  NameDescription
Public methodDigitalNumberService
Initializes a new instance of the DigitalNumberService class
Top
Methods
  NameDescription
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
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 methodGetHashCode (Inherited from Object.)
Public methodGetPaging
分页函数
Public methodGetType (Inherited from Object.)
Public methodIsExistName
查询是否存在相关的记录.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
保存记录
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also