C# Класс Decision.Common.OpenGraph.ObjectTypes.Standard.OpenGraphVideoEpisode

This object type represents an episode of a TV show and contains references to the actors and other professionals involved in its production. An episode is defined by us as a full-length episode that is part of a series. This type must reference the series this it is part of. This object type is part of the Open Graph standard. See http://ogp.me/ See https://developers.facebook.com/docs/reference/opengraph/object-type/video.episode/
Наследование: OpenGraphMetadata
Показать файл Открыть проект

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

Метод Описание
OpenGraphVideoEpisode ( string title, OpenGraphImage image, string url = null ) : System

Initializes a new instance of the OpenGraphVideoEpisode class.

ToString ( StringBuilder stringBuilder ) : void

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.

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

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

Initializes a new instance of the OpenGraphVideoEpisode class.
public OpenGraphVideoEpisode ( string title, OpenGraphImage image, string url = null ) : System
title string The title of the object as it should appear in the graph.
image Decision.Common.OpenGraph.Media.OpenGraphImage The default image.
url string The canonical URL of the object, used as its ID in the graph.
Результат System

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

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
public ToString ( StringBuilder stringBuilder ) : void
stringBuilder StringBuilder The string builder.
Результат void