C# 클래스 ShameTheThrones.Models.rating.RatingListModel

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

공개 메소드들

메소드 설명
RatingListModel ( ) : System.Collections.Generic
RatingListModel ( List ratings ) : System.Collections.Generic
add ( RatingModel rating ) : void

메소드 상세

RatingListModel() 공개 메소드

public RatingListModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RatingListModel() 공개 메소드

public RatingListModel ( List ratings ) : System.Collections.Generic
ratings List
리턴 System.Collections.Generic

add() 공개 메소드

public add ( RatingModel rating ) : void
rating RatingModel
리턴 void