RangeMemberValue(Guid, MemberValue, Boolean, MemberValue, Boolean) Constructor

Initializes a new instance of the RangeMemberValue class.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public RangeMemberValue(
	Guid parameterId,
	MemberValue lowerBoundaryValue,
	bool includeLowerBoundary,
	MemberValue upperBoundaryValue,
	bool includeUpperBoundary
)

Parameters

parameterId  Guid
The parameter ID.
lowerBoundaryValue  MemberValue
The lower boundary value.
includeLowerBoundary  Boolean
If the parameter value is set to then the lower boundary is included in the range; otherwise .
upperBoundaryValue  MemberValue
The upper boundary value.
includeUpperBoundary  Boolean
If the parameter value is set to then the upper boundary is included in the range; otherwise .
See Also