HelpPageApiModel Class

The model that represents an API displayed on the help page.
Public Class HelpPageApiModel
This language is not supported or no code example is available.
public class HelpPageApiModel
This language is not supported or no code example is available.
public ref class HelpPageApiModel 
This language is not supported or no code example is available.
public class HelpPageApiModel
This language is not supported or no code example is available.
Name Description
Public constructor HelpPageApiModel() Initializes a new instance of the HelpPageApiModel class.
Top
Name Description
Public property ApiDescription Gets or sets the ApiDescription that describes the API.
Public property ErrorMessages Gets the error messages associated with this model.
Public property RequestBodyParameters Gets the request body parameter descriptions.
Public property RequestDocumentation Gets or sets the documentation for the request.
Public property RequestModelDescription Gets or sets the ModelDescription that describes the request body.
Public property ResourceDescription Gets or sets the ModelDescription that describes the resource.
Public property ResourceProperties Gets the resource property descriptions.
Public property SampleRequests Gets the sample requests associated with the API.
Public property SampleResponses Gets the sample responses associated with the API.
Public property UriParameters Gets or sets the ParameterDescription collection that describes the URI parameters for the API.
Top
Methods
 
Name Description
Public method Equals(Object) Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (inherited from Object).
Protected method Finalize Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird. (inherited from Object).
Public method GetHashCode Fungiert als die Standardhashfunktion. (inherited from Object).
Public method GetType Ruft den Type der aktuellen Instanz ab. (inherited from Object).
Protected method MemberwiseClone Erstellt eine flache Kopie des aktuellen Object. (inherited from Object).
Public method ToString Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (inherited from Object).
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top
EDOKAAPI_NetFramework.Areas.HelpPage.Models.HelpPageApiModel

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition