[Missing <summary> documentation for "T:Caisis.BOL.ExportServices.EvaluateAttributesDelegate"]

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate bool EvaluateAttributesDelegate(
	Object[] rawAttributes,
	string tablename,
	string fieldname,
	out string maskedFieldname
)
Visual Basic
Public Delegate Function EvaluateAttributesDelegate ( 
	rawAttributes As Object(),
	tablename As String,
	fieldname As String,
	<OutAttribute> ByRef maskedFieldname As String
) As Boolean
Visual C++
public delegate bool EvaluateAttributesDelegate(
	array<Object^>^ rawAttributes, 
	String^ tablename, 
	String^ fieldname, 
	[OutAttribute] String^% maskedFieldname
)

Parameters

rawAttributes
Type: array<System..::..Object>[]()[][]
tablename
Type: System..::..String
fieldname
Type: System..::..String
maskedFieldname
Type: System..::..String%

Return Value

Type: Boolean

See Also