MetaType.IsEntity 属性

定义

在派生类中重写时,获取一个值,该值指示该实体类型是否 MetaType 为实体类型。

public:
 abstract property bool IsEntity { bool get(); };
public abstract bool IsEntity { get; }
member this.IsEntity : bool
Public MustOverride ReadOnly Property IsEntity As Boolean

属性值

true MetaType如果为实体类型,则为 。否则false为 。

适用于