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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public BusinessSegmentDto[] GetOptions(
	ParameterType parameterType
)

Parameters

parameterType  ParameterType
Parameter type

Return Value

BusinessSegmentDto
The correct options for the dropdown

See Also