Click or drag to resize
EnumHelper Class
根据字符串转换枚举类型
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.UtilityEnumHelper

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public class EnumHelper

The EnumHelper type exposes the following members.

Constructors
  NameDescription
Public methodEnumHelper
Initializes a new instance of the EnumHelper 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 methodStatic memberParseEnumT
枚举类型解析
Public methodToString (Inherited from Object.)
Top
See Also