ModalDropdownOptionsGetOptions Method

Returns the options for a specific parameter type.

Definition

Namespace: MobileTrack.Web.Components.Components.Modals
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public BusinessSegmentDto[] GetOptions(
	ParameterType parameterType
)

Parameters

parameterType  ParameterType
Parameter type

Return Value

BusinessSegmentDto
The correct options for the dropdown

See Also