HelpPageSampleKey Constructor (MediaTypeHeaderValue^, SampleDirection, String^, String^, IEnumerable<String^>^)

 

Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Description.Samples
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
HelpPageSampleKey(
	MediaTypeHeaderValue^ mediaType,
	SampleDirection sampleDirection,
	String^ controllerName,
	String^ actionName,
	IEnumerable<String^>^ parameterNames
)

Parameters

mediaType
Type: System.Net.Http.Headers::MediaTypeHeaderValue^

The media type.

sampleDirection
Type: Microsoft.WindowsAzure.Mobile.Service.Description.Samples::SampleDirection

The SampleDirection.

controllerName
Type: System::String^

Name of the controller.

actionName
Type: System::String^

Name of the action.

parameterNames
Type: System.Collections.Generic::IEnumerable<String^>^

The parameter names.

Return to top
Show: