C# Class SimpleMvcSitemap.Videos.VideoPlayer

Encapsulates the information about player URL
ファイルを表示 Open project: uhaciogullari/SimpleMvcSitemap Class Usage Examples

Private Properties

Property Type Description
VideoPlayer System.Xml.Serialization

Public Methods

Method Description
ShouldSerializeAllowEmbed ( ) : bool

Used for not serializing null values.

VideoPlayer ( string url ) : System.Xml.Serialization

Creates an instance of VideoPlayer

Private Methods

Method Description
VideoPlayer ( ) : System.Xml.Serialization

Method Details

ShouldSerializeAllowEmbed() public method

Used for not serializing null values.
public ShouldSerializeAllowEmbed ( ) : bool
return bool

VideoPlayer() public method

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