Dvd Constructor
Public Sub New( _
ByVal id As String, _
ByVal titre As String, _
ByVal image As String, _
ByVal duree As Integer, _
ByVal realisateur As String, _
ByVal synopsis As String, _
ByVal idGenre As String, _
ByVal genre As String, _
ByVal idPublic As String, _
ByVal lePublic As String, _
ByVal idRayon As String, _
ByVal rayon As String _
)
This language is not supported or no code example is available.
public Dvd(
string id,
string titre,
string image,
int duree,
string realisateur,
string synopsis,
string idGenre,
string genre,
string idPublic,
string lePublic,
string idRayon,
string rayon
)
This language is not supported or no code example is available.
public:
Dvd(
String^ id,
String^ titre,
String^ image,
int duree,
String^ realisateur,
String^ synopsis,
String^ idGenre,
String^ genre,
String^ idPublic,
String^ lePublic,
String^ idRayon,
String^ rayon
)
This language is not supported or no code example is available.
public function Dvd(
id : String,
titre : String,
image : String,
duree : int,
realisateur : String,
synopsis : String,
idGenre : String,
genre : String,
idPublic : String,
lePublic : String,
idRayon : String,
rayon : String
);
This language is not supported or no code example is available.
Parameters
-
id
-
string
-
titre
-
string
-
image
-
string
-
duree
-
int
-
realisateur
-
string
-
synopsis
-
string
-
idGenre
-
string
-
genre
-
string
-
idPublic
-
string
-
lePublic
-
string
-
idRayon
-
string
-
rayon
-
string
.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