C# Class ImageVoteList, Fuddle

Afficher le fichier Open project: btevfik/Fuddle Class Usage Examples

Méthodes publiques

Свойство Type Description
img_id int
rank int
votes int

Méthodes publiques

Méthode Description
ImageVoteList ( int img_id, int votes, int rank ) : System

Method Details

ImageVoteList() public méthode

public ImageVoteList ( int img_id, int votes, int rank ) : System
img_id int
votes int
rank int
Résultat System

Property Details

img_id public_oe property

public int img_id
Résultat int

rank public_oe property

public int rank
Résultat int

votes public_oe property

public int votes
Résultat int