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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public BusinessSegmentDto[] GetOptions(
	ParameterType parameterType
)

Parameters

parameterType  ParameterType
Parameter type

Return Value

BusinessSegmentDto
The correct options for the dropdown

See Also