C# 클래스 EventBooking.Controllers.ViewModels.MyProfileModel

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

Private Properties

프로퍼티 타입 설명
AsTeamModel TeamModel

공개 메소드들

메소드 설명
MyProfileModel ( ) : System
MyProfileModel ( User currentUser, IEnumerable teams ) : System
ToUser ( ) : User

비공개 메소드들

메소드 설명
AsTeamModel ( Team team ) : TeamModel

메소드 상세

MyProfileModel() 공개 메소드

public MyProfileModel ( ) : System
리턴 System

MyProfileModel() 공개 메소드

public MyProfileModel ( User currentUser, IEnumerable teams ) : System
currentUser User
teams IEnumerable
리턴 System

ToUser() 공개 메소드

public ToUser ( ) : User
리턴 User