C# Class Comment_Info, Fuddle

this class is used for CRUD image
Show file 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 property

public string comment
return string

date public property

public DateTime date
return DateTime

id public property

public int id
return int

username public property

public string username
return string