HelpPageSampleKey Constructor

 

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

NameDescription
System_CAPS_pubmethodHelpPageSampleKey(MediaTypeHeaderValue^, SampleDirection, String^, String^, IEnumerable<String^>^)

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

System_CAPS_pubmethodHelpPageSampleKey(MediaTypeHeaderValue^, Type^)

Creates a new HelpPageSampleKey based on media type and CLR type.

System_CAPS_pubmethodHelpPageSampleKey(SampleDirection, String^, String^, IEnumerable<String^>^)

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

Return to top
Show: