RowFieldsBase.GetFieldsByAttribute method (1 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets the fields by attribute.
public Field[] GetFieldsByAttribute(Type attrType)
| parameter | description |
|---|---|
| attrType | Type of the attribute. |
See Also
- class Field
- class RowFieldsBase
RowFieldsBase.GetFieldsByAttribute<TAttr> method (2 of 2)
namespace: Serenity.Data assembly: Serenity.Net.Entity
Gets the fields by attribute.
public Field[] GetFieldsByAttribute<TAttr>()
where TAttr : Attribute
| parameter | description |
|---|---|
| TAttr | The type of the attribute. |
See Also
- class Field
- class RowFieldsBase