C# Class PL_MVC.Models.User

Exibir arquivo Open project: sstuteam/fuffy

Public Properties

Property Type Description
countOfAlbum int
countOfLikes int
idUser System.Guid

Public Methods

Method Description
GetAllAlbumsForUser ( ) : IEnumerable
GetAllPhotoForUser ( ) : IEnumerable
User ( ) : System

Method Details

GetAllAlbumsForUser() public method

public GetAllAlbumsForUser ( ) : IEnumerable
return IEnumerable

GetAllPhotoForUser() public method

public GetAllPhotoForUser ( ) : IEnumerable
return IEnumerable

User() public method

public User ( ) : System
return System

Property Details

countOfAlbum public_oe property

public int countOfAlbum
return int

countOfLikes public_oe property

Свойство показывающее имеет ли пользователь права администратора
public int countOfLikes
return int

idUser public_oe property

public Guid,System idUser
return System.Guid