Skip to main content

eqentityattribute-class

Provides a general-purpose attribute that lets you specify different options for entity classes.

public class Korzh.EasyQuery.EqEntityAttribute
: Attribute

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
EqEntityAttribute(bool include)voidInitializes a new instance of the Korzh.EasyQuery.EqEntityAttribute class.
EqEntityAttribute()voidInitializes a new instance of the Korzh.EasyQuery.EqEntityAttribute class.

Properties

NameTypeDescription
DisplayNamestringGets the display name of entity.
IgnoreboolGets or sets a value indicating whether this entity should be ignored during the model loading
IndexintGets or sets the index for Entity
UseInConditionsboolGets or sets a value indicating whether this entity can be used in conditions
UseInResultboolGets or sets a value indicating whether this entity can be used in result
UseInSortingboolGets or sets a value indicating whether this entity can be used in sorting panel