Skip to main content

eqentityattrattribute-class

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

public class Korzh.EasyQuery.EqEntityAttrAttribute
: Attribute

Assembly: Korzh.EasyQuery.dll

Constructors

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

Properties

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