Click or drag to resize
EntityClass Class
抽象实体类
Inheritance Hierarchy
SystemObject
  X3PlatformEntityClass
    More...

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public abstract class EntityClass : ISerializedObject

The EntityClass type exposes the following members.

Constructors
  NameDescription
Protected methodEntityClass
Initializes a new instance of the EntityClass class
Top
Methods
  NameDescription
Public methodDeserialize
反序列化对象
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFind
查找实体对象
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSerializable
序列化对象
Public methodSerializable(Boolean, Boolean)
序列化对象
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEntityClassName
实体类名称
Public propertyEntityId
实体类名称
Public propertyProperties
属性
Top
See Also
Inheritance Hierarchy