C# Class Comment_Info, Fuddle

this class is used for CRUD image
Mostrar archivo Open project: btevfik/Fuddle Class Usage Examples

Public Properties

Property Type Description
comment string
date DateTime
id int
username string

Public Methods

Method Description
Comment_Info ( int id, string username, string comment, DateTime date ) : System

Method Details

Comment_Info() public method

public Comment_Info ( int id, string username, string comment, DateTime date ) : System
id int
username string
comment string
date DateTime
return System

Property Details

comment public_oe property

public string comment
return string

date public_oe property

public DateTime date
return DateTime

id public_oe property

public int id
return int

username public_oe property

public string username
return string