C# Class SimpleMvcSitemap.Videos.VideoPrice

The price to download or view the video.
Afficher le fichier Open project: uhaciogullari/SimpleMvcSitemap

Private Properties

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

Méthodes publiques

Méthode 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

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

Method Details

ShouldSerializeResolution() public méthode

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

ShouldSerializeType() public méthode

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

VideoPrice() public méthode

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.
Résultat System.Xml.Serialization