C# Class CodeTV.Channel

显示文件 Open project: dgis/CodeTV Class Usage Examples

Protected Properties

Property Type Description
name string
parent ChannelFolder

Private Properties

Property Type Description

Public Methods

Method 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 method

public Channel ( ) : System
return System

Channel() public method

public Channel ( string name ) : System
name string
return System

Deserialize() public static method

public static Deserialize ( Stream stream ) : Channel
stream Stream
return Channel

GetNextChannel() public method

public GetNextChannel ( ) : Channel
return Channel

GetNextSiblingChannel() public method

public GetNextSiblingChannel ( ) : Channel
return Channel

GetPreviousChannel() public method

public GetPreviousChannel ( ) : Channel
return Channel

GetPreviousSiblingChannel() public method

public GetPreviousSiblingChannel ( ) : Channel
return Channel

MakeCopy() public method

public MakeCopy ( ) : Channel
return Channel

Serialize() public method

public Serialize ( Stream stream ) : void
stream Stream
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

name protected_oe property

protected string name
return string

parent protected_oe property

protected ChannelFolder,CodeTV parent
return ChannelFolder