C# Class SimpleMvcSitemap.Videos.VideoPrice

The price to download or view the video.
Mostrar archivo Open project: uhaciogullari/SimpleMvcSitemap

Private Properties

Property Type Description
VideoPrice System.Xml.Serialization

Public Methods

Method Description
ShouldSerializeResolution ( ) : bool

Used for not serializing null values.

ShouldSerializeType ( ) : bool

Used for not serializing null values.

VideoPrice ( string currency, decimal value ) : System.Xml.Serialization

Creates an instance of VideoPrice

Private Methods

Method Description
VideoPrice ( ) : System.Xml.Serialization

Method Details

ShouldSerializeResolution() public method

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

ShouldSerializeType() public method

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

VideoPrice() public method

Creates an instance of VideoPrice
public VideoPrice ( string currency, decimal value ) : System.Xml.Serialization
currency string Specifies the currency in ISO 4217 format
value decimal The price to download or view the video.
return System.Xml.Serialization