C# Class CSL_Test__1.Torrent

Show file Open project: joslinm/CSL Class Usage Examples

Public Methods

Method Description
GetAlbum ( ) : string
GetAlbumType ( ) : string
GetArtist ( ) : string
GetBirth ( ) : string
GetBitFormat ( ) : string
GetBitrate ( ) : string
GetDestinationPath ( ) : string
GetDiscard ( ) : bool
GetFileName ( ) : string
GetInformation ( ) : string[]
GetPath ( ) : string
GetPhysicalFormat ( ) : string
GetYear ( ) : string
SetAlbum ( string album ) : void
SetAlbumType ( string albumType ) : void
SetArtist ( string artist ) : void
SetBitFormat ( string bitformat ) : void
SetBitrate ( string bitrate ) : void
SetDestinationPath ( string destpath ) : void
SetDiscard ( bool value ) : void
SetPhysicalFormat ( string physicalformat ) : void
SetYear ( string year ) : void
Torrent ( string information ) : System

Method Details

GetAlbum() public method

public GetAlbum ( ) : string
return string

GetAlbumType() public method

public GetAlbumType ( ) : string
return string

GetArtist() public method

public GetArtist ( ) : string
return string

GetBirth() public method

public GetBirth ( ) : string
return string

GetBitFormat() public method

public GetBitFormat ( ) : string
return string

GetBitrate() public method

public GetBitrate ( ) : string
return string

GetDestinationPath() public method

public GetDestinationPath ( ) : string
return string

GetDiscard() public method

public GetDiscard ( ) : bool
return bool

GetFileName() public method

public GetFileName ( ) : string
return string

GetInformation() public method

public GetInformation ( ) : string[]
return string[]

GetPath() public method

public GetPath ( ) : string
return string

GetPhysicalFormat() public method

public GetPhysicalFormat ( ) : string
return string

GetYear() public method

public GetYear ( ) : string
return string

SetAlbum() public method

public SetAlbum ( string album ) : void
album string
return void

SetAlbumType() public method

public SetAlbumType ( string albumType ) : void
albumType string
return void

SetArtist() public method

public SetArtist ( string artist ) : void
artist string
return void

SetBitFormat() public method

public SetBitFormat ( string bitformat ) : void
bitformat string
return void

SetBitrate() public method

public SetBitrate ( string bitrate ) : void
bitrate string
return void

SetDestinationPath() public method

public SetDestinationPath ( string destpath ) : void
destpath string
return void

SetDiscard() public method

public SetDiscard ( bool value ) : void
value bool
return void

SetPhysicalFormat() public method

public SetPhysicalFormat ( string physicalformat ) : void
physicalformat string
return void

SetYear() public method

public SetYear ( string year ) : void
year string
return void

Torrent() public method

public Torrent ( string information ) : System
information string
return System