Click or drag to resize

ObjTypeLogConfigAddPostFilter Method

Data object has to meet these expressions after it gets created/modified for us to log the change.

Namespace:  Omada.OE.AppLogic.Logging
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void AddPostFilter(
	string propertyName,
	ExpInnerOperator expressionOperator,
	Object filterValue
)

Parameters

propertyName
Type: SystemString
expressionOperator
Type: Omada.OE.Model.PublicExpInnerOperator
filterValue
Type: SystemObject
See Also