Click or drag to resize
Table Class
映射数据库表对象
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Slickflow.Engine.Business.EntityTable

Namespace: Slickflow.Engine.Business.Entity
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
[SerializableAttribute]
public class Table : Attribute

The Table type exposes the following members.

Constructors
  NameDescription
Public methodTable
Initializes a new instance of the Table class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Attribute.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Attribute.)
Public methodGetType (Inherited from Object.)
Public methodIsDefaultAttribute (Inherited from Attribute.)
Public methodMatch (Inherited from Attribute.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldTableName
Top
Properties
  NameDescription
Public propertyTypeId (Inherited from Attribute.)
Top
See Also