DigitalNumberContext Methods |
The DigitalNumberContext type exposes the following members.
Methods
| Name | Description |
---|
 | Command | ִ������ (Inherited from CustomPlugin.) |
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
  | Generate | 生成通用的流水编号 |
  | GenerateCodeByCategoryId(String, String, String) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateCodeByCategoryId(String, String, String, Int32) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateCodeByPrefixCode(String, String) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateCodeByPrefixCode(String, String, Int32) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateDateCodeByCategoryId(String, String, String) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateDateCodeByCategoryId(String, String, String, Int32) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateDateCodeByCategoryId(GenericSqlCommand, String, String, String) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateDateCodeByCategoryId(GenericSqlCommand, String, String, String, Int32) | 根据自定义的编号前缀生成的流水编号 |
  | GenerateDateCodeByPrefixCode(String, String) | 根据自定义的编号前缀生成日期流水编号 |
  | GenerateDateCodeByPrefixCode(String, String, Int32) | 根据自定义的编号前缀生成日期流水编号 |
  | GenerateDateCodeByPrefixCode(GenericSqlCommand, String, String) | 根据自定义的编号前缀生成日期流水编号 |
  | GenerateDateCodeByPrefixCode(GenericSqlCommand, String, String, Int32) | 根据自定义的编号前缀生成日期流水编号 |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
 | Install | ��װ���� (Inherited from CustomPlugin.) |
 | MemberwiseClone | (Inherited from Object.) |
 | Restart | 重启插件 (Overrides CustomPluginRestart.) |
 | ToString | (Inherited from Object.) |
 | Uninstall | ж�ز��� (Inherited from CustomPlugin.) |
Top
See Also