Interface IEntityInfo
定义数据实体信息
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: OSharp.dll
Syntax
public interface IEntityInfo : IEntity<Guid>, IEntityHash
Properties
AuditEnabled
获取或设置 是否允许审计
Declaration
bool AuditEnabled { get; set; }
Property Value
System.Boolean
|
Name
获取或设置 实体名称
Declaration
string Name { get; set; }
Property Value
System.String
|
Properties
PropertyJson
获取或设置 实体属性信息JSON字符串
Declaration
string PropertyJson { get; set; }
Property Value
System.String
|
TypeName
获取或设置 实体类型名称
Declaration
string TypeName { get; set; }
Property Value
System.String
|
Methods
FromType(Type)
从实体类型初始化实体信息
Declaration
void FromType(Type entityType)
Parameters
System.Type
entityType
|