Livre Constructor

Public Sub New( _ 
ByVal id As String, _ 
ByVal titre As String, _ 
ByVal image As String, _ 
ByVal isbn As String, _ 
ByVal auteur As String, _ 
ByVal collection 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 Livre( 
string id
string titre
string image
string isbn
string auteur
string collection
string idGenre
string genre
string idPublic
string lePublic
string idRayon
string rayon 
)
This language is not supported or no code example is available.
public:  
Livre( 
String^ id
String^ titre
String^ image
String^ isbn
String^ auteur
String^ collection
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 Livre( 
id : String
titre : String
image : String
isbn : String
auteur : String
collection : 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

isbn
string

auteur
string

collection
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

In this article

Definition