HelpPageSampleKey Class
This is used to identify the place where the sample should be applied.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, String, String, IEnumerable(Of String)) | Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names. |
![]() | HelpPageSampleKey(MediaTypeHeaderValue, Type) | Creates a new HelpPageSampleKey based on media type and CLR type. |
![]() | HelpPageSampleKey(SampleDirection, String, String, IEnumerable(Of String)) | Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names. |
| Name | Description | |
|---|---|---|
![]() | ActionName | Gets the name of the action. |
![]() | ControllerName | Gets the name of the controller. |
![]() | MediaType | Gets the media type. |
![]() | ParameterNames | Gets the parameter names. |
![]() | ParameterType | |
![]() | SampleDirection | Gets the SampleDirection. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


