EntityAttrTypeLoader class
Represents one entity attribute of data model.
public class Korzh.EasyQuery.Linq.EntityAttrTypeLoaderPackage: Korzh.EasyQuery.Linq (targets: netstandard2.0)
Assembly: Korzh.EasyQuery.Linq.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| EntityAttrTypeLoader() | void |
Methods
Section titled “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). |