EntityAttrTypeLoader class

Represents one entity attribute of data model.

public class Korzh.EasyQuery.Linq.EntityAttrTypeLoader

Package: Korzh.EasyQuery.Linq (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.Linq.dll

Constructors

Name Type Description
EntityAttrTypeLoader() void

Methods

Name Type Description
LoadAttrFromProperty(EntityAttr attr, PropertyInfo property, Entity parent) void Fills the content of entity attribute by some property (specified by PropertyInfo object).