C# Class CodeTV.Channel

Afficher le fichier Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Свойство Type Description
name string
parent ChannelFolder

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Channel ( ) : System
Channel ( string name ) : System
Deserialize ( Stream stream ) : Channel
GetNextChannel ( ) : Channel
GetNextSiblingChannel ( ) : Channel
GetPreviousChannel ( ) : Channel
GetPreviousSiblingChannel ( ) : Channel
MakeCopy ( ) : Channel
Serialize ( Stream stream ) : void
ToString ( ) : string

Method Details

Channel() public méthode

public Channel ( ) : System
Résultat System

Channel() public méthode

public Channel ( string name ) : System
name string
Résultat System

Deserialize() public static méthode

public static Deserialize ( Stream stream ) : Channel
stream Stream
Résultat Channel

GetNextChannel() public méthode

public GetNextChannel ( ) : Channel
Résultat Channel

GetNextSiblingChannel() public méthode

public GetNextSiblingChannel ( ) : Channel
Résultat Channel

GetPreviousChannel() public méthode

public GetPreviousChannel ( ) : Channel
Résultat Channel

GetPreviousSiblingChannel() public méthode

public GetPreviousSiblingChannel ( ) : Channel
Résultat Channel

MakeCopy() public méthode

public MakeCopy ( ) : Channel
Résultat Channel

Serialize() public méthode

public Serialize ( Stream stream ) : void
stream Stream
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

name protected_oe property

protected string name
Résultat string

parent protected_oe property

protected ChannelFolder,CodeTV parent
Résultat ChannelFolder