C# 클래스 SimpleMvcSitemap.Videos.VideoPrice

The price to download or view the video.
파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap

Private Properties

프로퍼티 타입 설명
VideoPrice System.Xml.Serialization

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
VideoPrice ( ) : System.Xml.Serialization

메소드 상세

ShouldSerializeResolution() 공개 메소드

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

ShouldSerializeType() 공개 메소드

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

VideoPrice() 공개 메소드

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.
리턴 System.Xml.Serialization