Click or drag to resize
XPDLLocalStorage Class
流程定义文件存储 1) 默认本地文件,可以实现数据库读取,云端存储文件读取等方式 2) 此继承类是实现数据库存储方式
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.StorageXPDLLocalStorage

Namespace: Slickflow.Engine.Storage
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class XPDLLocalStorage : IXPDLStorage

The XPDLLocalStorage type exposes the following members.

Constructors
  NameDescription
Public methodXPDLLocalStorage
Initializes a new instance of the XPDLLocalStorage class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRead
本地文件存储读取方法
Public methodSave
XML文件本地存储
Public methodToString (Inherited from Object.)
Top
See Also