HelpPageSampleKey Class

 

This is used to identify the place where the sample should be applied.

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

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Description.Samples.HelpPageSampleKey

Public Class HelpPageSampleKey

NameDescription
System_CAPS_pubmethodHelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, String, String, IEnumerable(Of 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(Of String))

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

NameDescription
System_CAPS_pubpropertyActionName

Gets the name of the action.

System_CAPS_pubpropertyControllerName

Gets the name of the controller.

System_CAPS_pubpropertyMediaType

Gets the media type.

System_CAPS_pubpropertyParameterNames

Gets the parameter names.

System_CAPS_pubpropertyParameterType

System_CAPS_pubpropertySampleDirection

Gets the SampleDirection.

NameDescription
System_CAPS_pubmethodEquals(Object)
System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: