Update 20240719
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class CollectionModelDescription : ModelDescription
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class ComplexTypeModelDescription : ModelDescription
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class DictionaryModelDescription : KeyValuePairModelDescription
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class EnumTypeModelDescription : ModelDescription
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class EnumValueDescription
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public interface IModelDocumentationProvider
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class KeyValuePairModelDescription : ModelDescription
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Describes a type model.
|
||||
|
||||
@@ -11,7 +11,7 @@ using System.Web.Http.Description;
|
||||
using System.Xml.Serialization;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Generates model descriptions for given types.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
/// <summary>
|
||||
/// Use this attribute to change the name of the <see cref="ModelDescription"/> generated for a type.
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Globalization;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
internal static class ModelNameHelper
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using System;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class ParameterAnnotation
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class ParameterDescription
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace EDOKAAPI_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
namespace API_NetFramework.Areas.HelpPage.ModelDescriptions
|
||||
{
|
||||
public class SimpleTypeModelDescription : ModelDescription
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user