C# Class SimpleMvcSitemap.Videos.VideoPlayer

Encapsulates the information about player URL
Afficher le fichier Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Свойство Type Description
VideoPlayer System.Xml.Serialization

Méthodes publiques

Méthode Description
ShouldSerializeAllowEmbed ( ) : bool

Used for not serializing null values.

VideoPlayer ( string url ) : System.Xml.Serialization

Creates an instance of VideoPlayer

Private Methods

Méthode Description
VideoPlayer ( ) : System.Xml.Serialization

Method Details

ShouldSerializeAllowEmbed() public méthode

Used for not serializing null values.
public ShouldSerializeAllowEmbed ( ) : bool
Résultat bool

VideoPlayer() public méthode

Creates an instance of VideoPlayer
public VideoPlayer ( string url ) : System.Xml.Serialization
url string A URL pointing to a player for a specific video.
Résultat System.Xml.Serialization