C# 클래스 ImageVoteList, Fuddle

파일 보기 프로젝트 열기: btevfik/Fuddle 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
img_id int
rank int
votes int

공개 메소드들

메소드 설명
ImageVoteList ( int img_id, int votes, int rank ) : System

메소드 상세

ImageVoteList() 공개 메소드

public ImageVoteList ( int img_id, int votes, int rank ) : System
img_id int
votes int
rank int
리턴 System

프로퍼티 상세

img_id 공개적으로 프로퍼티

public int img_id
리턴 int

rank 공개적으로 프로퍼티

public int rank
리턴 int

votes 공개적으로 프로퍼티

public int votes
리턴 int