C# Class Decision.Common.OpenGraph.ObjectTypes.Standard.OpenGraphMusicRadioStation

This object represents a 'radio' station of a stream of audio. The audio properties should be used to identify the location of the stream itself. This object type is part of the Open Graph standard. See http://ogp.me/ See https://developers.facebook.com/docs/reference/opengraph/object-type/music.radio_station/
Inheritance: OpenGraphMetadata
Show file Open project: rabbal/Decision

Public Methods

Method Description
OpenGraphMusicRadioStation ( string title, OpenGraphImage image, string url = null ) : System.Text

Initializes a new instance of the OpenGraphMusicRadioStation class.

ToString ( StringBuilder stringBuilder ) : void

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

Method Details

OpenGraphMusicRadioStation() public method

Initializes a new instance of the OpenGraphMusicRadioStation class.
public OpenGraphMusicRadioStation ( string title, OpenGraphImage image, string url = null ) : System.Text
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.
return System.Text

ToString() public method

Appends a HTML-encoded string representing this instance to the stringBuilder containing the Open Graph meta tags.
public ToString ( StringBuilder stringBuilder ) : void
stringBuilder System.Text.StringBuilder The string builder.
return void