C# Class EventBooking.Controllers.ViewModels.MyProfileModel

Show file Open project: kodkatten/TeamRynkeby Class Usage Examples

Private Properties

Property Type Description
AsTeamModel TeamModel

Public Methods

Method Description
MyProfileModel ( ) : System
MyProfileModel ( User currentUser, IEnumerable teams ) : System
ToUser ( ) : User

Private Methods

Method Description
AsTeamModel ( Team team ) : TeamModel

Method Details

MyProfileModel() public method

public MyProfileModel ( ) : System
return System

MyProfileModel() public method

public MyProfileModel ( User currentUser, IEnumerable teams ) : System
currentUser User
teams IEnumerable
return System

ToUser() public method

public ToUser ( ) : User
return User