C# Класс OpenActive.NET.UnexpectedOrderTypeError

Наследование: OpenActive.NET.OpenBookingError
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ToHtmlEscapedString ( ) : string

Returns the JSON-LD representation of this instance, including "https://schema.org" in the "@context". This method must be used when you want to embed the output raw (as-is) into a web page. It uses serializer settings with HTML escaping to avoid Cross-Site Scripting (XSS) vulnerabilities if the object was constructed from an untrusted source. This method overrides Schema.NET ToHtmlEscapedString() to serialise using OpenActiveSerializer.

ToString ( ) : string

Returns the JSON-LD representation of this instance. This method overrides Schema.NET ToString() to serialise using OpenActiveSerializer.

Описание методов

ToHtmlEscapedString() публичный Метод

Returns the JSON-LD representation of this instance, including "https://schema.org" in the "@context". This method must be used when you want to embed the output raw (as-is) into a web page. It uses serializer settings with HTML escaping to avoid Cross-Site Scripting (XSS) vulnerabilities if the object was constructed from an untrusted source. This method overrides Schema.NET ToHtmlEscapedString() to serialise using OpenActiveSerializer.
public ToHtmlEscapedString ( ) : string
Результат string

ToString() публичный Метод

Returns the JSON-LD representation of this instance. This method overrides Schema.NET ToString() to serialise using OpenActiveSerializer.
public ToString ( ) : string
Результат string