This documentation is archived and is not being maintained.
HelpPageSampleGenerator Methods
Namespace:
Microsoft.WindowsAzure.Mobile.Service.Description.Samples Assembly:
Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Name Description Equals(Object^) Finalize() GetActionSample(String^, String^, IEnumerable<String^>^, Type^, MediaTypeFormatter^, MediaTypeHeaderValue^, SampleDirection) Search for samples that are provided directly through ActionSamples .
GetHashCode() GetSample(ApiDescription^, SampleDirection) Gets the request or response body samples.
GetSampleObject(Type^) Gets the sample object that will be serialized by the formatters. First, it will look at the SampleObjects . If no sample object is found, it will try to create one using ObjectGenerator .
GetSampleRequests(ApiDescription^) GetSampleResponses(ApiDescription^) GetType() MemberwiseClone() ResolveType(ApiDescription^, String^, String^, IEnumerable<String^>^, SampleDirection, Collection<MediaTypeFormatter^>^%) ToString() WriteSampleObjectUsingFormatter(MediaTypeFormatter^, Object^, Type^, MediaTypeHeaderValue^) Writes the sample object using formatter.
Return to top