C# Class ImageVoteList, Fuddle

Mostra file Open project: btevfik/Fuddle Class Usage Examples

Public Properties

Property Type Description
img_id int
rank int
votes int

Public Methods

Method Description
ImageVoteList ( int img_id, int votes, int rank ) : System

Method Details

ImageVoteList() public method

public ImageVoteList ( int img_id, int votes, int rank ) : System
img_id int
votes int
rank int
return System

Property Details

img_id public_oe property

public int img_id
return int

rank public_oe property

public int rank
return int

votes public_oe property

public int votes
return int