Click or drag to resize
DigitalNumberContext Class
流水号上下文环境
Inheritance Hierarchy
SystemObject
  X3Platform.PluginsCustomPlugin
    X3Platform.DigitalNumberDigitalNumberContext

Namespace: X3Platform.DigitalNumber
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class DigitalNumberContext : CustomPlugin

The DigitalNumberContext type exposes the following members.

Methods
  NameDescription
Public methodCommand
ִ������
(Inherited from CustomPlugin.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberGenerate
生成通用的流水编号
Public methodStatic memberGenerateCodeByCategoryId(String, String, String)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateCodeByCategoryId(String, String, String, Int32)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateCodeByPrefixCode(String, String)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateCodeByPrefixCode(String, String, Int32)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateDateCodeByCategoryId(String, String, String)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateDateCodeByCategoryId(String, String, String, Int32)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateDateCodeByCategoryId(GenericSqlCommand, String, String, String)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateDateCodeByCategoryId(GenericSqlCommand, String, String, String, Int32)
根据自定义的编号前缀生成的流水编号
Public methodStatic memberGenerateDateCodeByPrefixCode(String, String)
根据自定义的编号前缀生成日期流水编号
Public methodStatic memberGenerateDateCodeByPrefixCode(String, String, Int32)
根据自定义的编号前缀生成日期流水编号
Public methodStatic memberGenerateDateCodeByPrefixCode(GenericSqlCommand, String, String)
根据自定义的编号前缀生成日期流水编号
Public methodStatic memberGenerateDateCodeByPrefixCode(GenericSqlCommand, String, String, Int32)
根据自定义的编号前缀生成日期流水编号
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInstall
��װ����
(Inherited from CustomPlugin.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRestart
重启插件
(Overrides CustomPluginRestart.)
Public methodToString (Inherited from Object.)
Public methodUninstall
ж�ز���
(Inherited from CustomPlugin.)
Top
Properties
  NameDescription
Public propertyAuthor
����
(Inherited from CustomPlugin.)
Public propertyCopyright
��Ȩ
(Inherited from CustomPlugin.)
Public propertyDescription
������Ϣ
(Inherited from CustomPlugin.)
Public propertyDigitalNumberService
流水号服务提供者
Public propertyId
标识
(Inherited from CustomPlugin.)
Public propertyStatic memberInstance
实例
Public propertyName (Overrides CustomPluginName.)
Public propertyStatus
״̬, 0 δ����, 1 �Ѽ���.
(Inherited from CustomPlugin.)
Public propertySupportMenu
菜单支持: 0 不支持 | 1 支持
(Inherited from CustomPlugin.)
Public propertyThumbnailUrl
����ͼ
(Inherited from CustomPlugin.)
Public propertyUrl
������ȡ��ַ
(Inherited from CustomPlugin.)
Public propertyVersion
�汾
(Inherited from CustomPlugin.)
Top
See Also