C# Class CSL_Test__1.Torrent

Afficher le fichier Open project: joslinm/CSL Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetAlbum ( ) : string
Résultat string

GetAlbumType() public méthode

public GetAlbumType ( ) : string
Résultat string

GetArtist() public méthode

public GetArtist ( ) : string
Résultat string

GetBirth() public méthode

public GetBirth ( ) : string
Résultat string

GetBitFormat() public méthode

public GetBitFormat ( ) : string
Résultat string

GetBitrate() public méthode

public GetBitrate ( ) : string
Résultat string

GetDestinationPath() public méthode

public GetDestinationPath ( ) : string
Résultat string

GetDiscard() public méthode

public GetDiscard ( ) : bool
Résultat bool

GetFileName() public méthode

public GetFileName ( ) : string
Résultat string

GetInformation() public méthode

public GetInformation ( ) : string[]
Résultat string[]

GetPath() public méthode

public GetPath ( ) : string
Résultat string

GetPhysicalFormat() public méthode

public GetPhysicalFormat ( ) : string
Résultat string

GetYear() public méthode

public GetYear ( ) : string
Résultat string

SetAlbum() public méthode

public SetAlbum ( string album ) : void
album string
Résultat void

SetAlbumType() public méthode

public SetAlbumType ( string albumType ) : void
albumType string
Résultat void

SetArtist() public méthode

public SetArtist ( string artist ) : void
artist string
Résultat void

SetBitFormat() public méthode

public SetBitFormat ( string bitformat ) : void
bitformat string
Résultat void

SetBitrate() public méthode

public SetBitrate ( string bitrate ) : void
bitrate string
Résultat void

SetDestinationPath() public méthode

public SetDestinationPath ( string destpath ) : void
destpath string
Résultat void

SetDiscard() public méthode

public SetDiscard ( bool value ) : void
value bool
Résultat void

SetPhysicalFormat() public méthode

public SetPhysicalFormat ( string physicalformat ) : void
physicalformat string
Résultat void

SetYear() public méthode

public SetYear ( string year ) : void
year string
Résultat void

Torrent() public méthode

public Torrent ( string information ) : System
information string
Résultat System