Click or drag to resize

ModelLookupRefinementColumnAddCondition Method

Namespace:  Colygon.MatchPoint.EntityModel
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public override void AddCondition(
	RefinementNode node,
	List<BaseCondition> conditions,
	NativeRefinementSettings nativeSettings
)

Parameters

node
Type: Colygon.MatchPoint.Core.WebParts.Refinement.ControlsRefinementNode
conditions
Type: System.Collections.GenericListBaseCondition
nativeSettings
Type: Colygon.MatchPoint.Common.RefinementNativeRefinementSettings
See Also