Click or drag to resize

DataAccessFilterDataAttributeTObject Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.DataAttributes
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DataAccessFilterDataAttribute(
	string tableName,
	string columnName,
	Func<TObject, IBufferRow> getRowDelegate,
	string attributeName = null,
	bool readOnly = false,
	DefaultValue defaultValue = null,
	AttributeExpressions<TObject> expressions = null,
	BaseAttributeInfo baseInfo = null
)

Parameters

tableName
Type: SystemString
Name of the table.
columnName
Type: SystemString
Name of the column.
getRowDelegate
Type: SystemFuncTObject, IBufferRow
The get row delegate.
attributeName (Optional)
Type: SystemString
Name of the attribute.
readOnly (Optional)
Type: SystemBoolean
if set to true [read only].
defaultValue (Optional)
Type: Aloe.SystemFrameworks.DomainDefaultValue
The default value.
expressions (Optional)
Type: Aloe.SystemFrameworks.Domain.AttributesAttributeExpressionsTObject
The recalc expression.
baseInfo (Optional)
Type: Aloe.SystemFrameworks.Domain.AttributesBaseAttributeInfo
The base information.
See Also