Update 20240719
This commit is contained in:
@@ -13,7 +13,7 @@ using System.Web.Http.Description;
|
||||
using System.Xml.Linq;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This class will generate the samples for the help page.
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Net.Http.Headers;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This is used to identify the place where the sample should be applied.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This represents an image sample on the help page. There's a display template named ImageSample associated with this class.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This represents an invalid sample on the help page. There's a display template named InvalidSample associated with this class.
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This class will create an object of a given type and populate it with sample data.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// Indicates whether the sample is used for request or response
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage
|
||||
namespace API_NetFramework.Areas.HelpPage
|
||||
{
|
||||
/// <summary>
|
||||
/// This represents a preformatted text sample on the help page. There's a display template named TextSample associated with this class.
|
||||
|
||||
Reference in New Issue
Block a user