Revue Constructor

Public Sub New( _ 
ByVal id As String, _ 
ByVal titre As String, _ 
ByVal image 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, _ 
ByVal empruntable As Boolean, _ 
ByVal periodicite As String, _ 
ByVal delaiMiseADispo As Integer
)
This language is not supported or no code example is available.
public Revue( 
string id
string titre
string image
string idGenre
string genre
string idPublic
string lePublic
string idRayon
string rayon
bool empruntable
string periodicite
int delaiMiseADispo 
)
This language is not supported or no code example is available.
public:  
Revue( 
String^ id
String^ titre
String^ image
String^ idGenre
String^ genre
String^ idPublic
String^ lePublic
String^ idRayon
String^ rayon
bool empruntable
String^ periodicite
int delaiMiseADispo 
)
This language is not supported or no code example is available.
public function Revue( 
id : String
titre : String
image : String
idGenre : String
genre : String
idPublic : String
lePublic : String
idRayon : String
rayon : String
empruntable : boolean
periodicite : String
delaiMiseADispo : int 
);
This language is not supported or no code example is available.

Parameters

id
string

titre
string

image
string

idGenre
string

genre
string

idPublic
string

lePublic
string

idRayon
string

rayon
string

empruntable
bool

periodicite
string

delaiMiseADispo
int

.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