C# 클래스 SimpleMvcSitemap.Videos.VideoPlayer

Encapsulates the information about player URL
파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap 1 사용 예제들

Private Properties

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

공개 메소드들

메소드 설명
ShouldSerializeAllowEmbed ( ) : bool

Used for not serializing null values.

VideoPlayer ( string url ) : System.Xml.Serialization

Creates an instance of VideoPlayer

비공개 메소드들

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

메소드 상세

ShouldSerializeAllowEmbed() 공개 메소드

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

VideoPlayer() 공개 메소드

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