C# Класс SimpleMvcSitemap.Videos.VideoPlayer

Encapsulates the information about player URL
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
VideoPlayer System.Xml.Serialization

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

Метод Описание
ShouldSerializeAllowEmbed ( ) : bool

Used for not serializing null values.

VideoPlayer ( string url ) : System.Xml.Serialization

Creates an instance of VideoPlayer

Приватные методы

Метод Описание
VideoPlayer ( ) : System.Xml.Serialization

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

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

Used for not serializing null values.
public ShouldSerializeAllowEmbed ( ) : bool
Результат bool

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

Creates an instance of VideoPlayer
public VideoPlayer ( string url ) : System.Xml.Serialization
url string A URL pointing to a player for a specific video.
Результат System.Xml.Serialization