C# Class Comment_Info, Fuddle

this class is used for CRUD image
Afficher le fichier Open project: btevfik/Fuddle Class Usage Examples

Méthodes publiques

Свойство Type Description
comment string
date DateTime
id int
username string

Méthodes publiques

Méthode Description
Comment_Info ( int id, string username, string comment, DateTime date ) : System

Method Details

Comment_Info() public méthode

public Comment_Info ( int id, string username, string comment, DateTime date ) : System
id int
username string
comment string
date DateTime
Résultat System

Property Details

comment public_oe property

public string comment
Résultat string

date public_oe property

public DateTime date
Résultat DateTime

id public_oe property

public int id
Résultat int

username public_oe property

public string username
Résultat string