Click or drag to resize

DataObjectFilterControllerGetFilterOwner Method (Int32, Int32)

Returns the kind of object that owns a filter.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public FilterOwner GetFilterOwner(
	int filterId,
	out int ownerId
)

Parameters

filterId
Type: SystemInt32
Id of the data object filter we're interested in.
ownerId
Type: SystemInt32
The id of the object that "owns" the filter. That object is either a: * Condition * Counter * View * Transition * DataObjectType

Return Value

Type: FilterOwner
See Also