Dvd Class

Public Class Dvd 
Inherits LivreDvd
This language is not supported or no code example is available.
public class Dvd : LivreDvd
This language is not supported or no code example is available.
public ref class Dvd : public LivreDvd^
This language is not supported or no code example is available.
public class Dvd 
extends LivreDvd
This language is not supported or no code example is available.
Name Description
Public property Duree
Public property Genre (inherited from Document).
Public property Id (inherited from Document).
Public property IdGenre (inherited from Document).
Public property IdPublic (inherited from Document).
Public property IdRayon (inherited from Document).
Public property Image (inherited from Document).
Public property Public (inherited from Document).
Public property Rayon (inherited from Document).
Public property Realisateur
Public property Synopsis
Public property Titre (inherited from Document).
Top
Methods
 
Name Description
Public method Equals(Object) Détermine si l'objet spécifié est identique à l'objet actuel. (inherited from Object).
Protected method Finalize Autorise un objet à tenter de libérer des ressources et à exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par une opération garbage collection. (inherited from Object).
Public method GetHashCode Fait office de fonction de hachage par défaut. (inherited from Object).
Public method GetType Obtient le Type de l'instance actuelle. (inherited from Object).
Protected method MemberwiseClone Crée une copie superficielle du Object actuel. (inherited from Object).
Public method ToString Retourne une chaîne qui représente l'objet actuel. (inherited from Object).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition