C# Class TeamThing.Model.Helpers.ModelExtensions

Afficher le fichier Open project: toddanglin/TeamThing

Méthodes publiques

Méthode Description
Active ( this things ) : IEnumerable
Active ( this userThings ) : IEnumerable
Active ( this things ) : IQueryable
Active ( this userThings ) : IQueryable
ActiveTeamMembers ( this userTeams ) : IEnumerable
ActiveUsers ( this userTeams ) : IEnumerable
Admins ( this userTeams ) : IEnumerable
TeamMembersWithStatus ( this userTeams, string status ) : IEnumerable
UsersWithStatus ( this userTeams, string status ) : IEnumerable
WithStatus ( this things, string status ) : IEnumerable
WithStatus ( this userThings, string status ) : IEnumerable
WithStatus ( this things, string status ) : IQueryable
WithStatus ( this userThings, string status ) : IQueryable

Method Details

Active() public static méthode

public static Active ( this things ) : IEnumerable
things this
Résultat IEnumerable

Active() public static méthode

public static Active ( this userThings ) : IEnumerable
userThings this
Résultat IEnumerable

Active() public static méthode

public static Active ( this things ) : IQueryable
things this
Résultat IQueryable

Active() public static méthode

public static Active ( this userThings ) : IQueryable
userThings this
Résultat IQueryable

ActiveTeamMembers() public static méthode

public static ActiveTeamMembers ( this userTeams ) : IEnumerable
userTeams this
Résultat IEnumerable

ActiveUsers() public static méthode

public static ActiveUsers ( this userTeams ) : IEnumerable
userTeams this
Résultat IEnumerable

Admins() public static méthode

public static Admins ( this userTeams ) : IEnumerable
userTeams this
Résultat IEnumerable

TeamMembersWithStatus() public static méthode

public static TeamMembersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
Résultat IEnumerable

UsersWithStatus() public static méthode

public static UsersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
Résultat IEnumerable

WithStatus() public static méthode

public static WithStatus ( this things, string status ) : IEnumerable
things this
status string
Résultat IEnumerable

WithStatus() public static méthode

public static WithStatus ( this userThings, string status ) : IEnumerable
userThings this
status string
Résultat IEnumerable

WithStatus() public static méthode

public static WithStatus ( this things, string status ) : IQueryable
things this
status string
Résultat IQueryable

WithStatus() public static méthode

public static WithStatus ( this userThings, string status ) : IQueryable
userThings this
status string
Résultat IQueryable