C# Класс TeamThing.Model.Helpers.ModelExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Active() публичный статический Метод

public static Active ( this things ) : IEnumerable
things this
Результат IEnumerable

Active() публичный статический Метод

public static Active ( this userThings ) : IEnumerable
userThings this
Результат IEnumerable

Active() публичный статический Метод

public static Active ( this things ) : IQueryable
things this
Результат IQueryable

Active() публичный статический Метод

public static Active ( this userThings ) : IQueryable
userThings this
Результат IQueryable

ActiveTeamMembers() публичный статический Метод

public static ActiveTeamMembers ( this userTeams ) : IEnumerable
userTeams this
Результат IEnumerable

ActiveUsers() публичный статический Метод

public static ActiveUsers ( this userTeams ) : IEnumerable
userTeams this
Результат IEnumerable

Admins() публичный статический Метод

public static Admins ( this userTeams ) : IEnumerable
userTeams this
Результат IEnumerable

TeamMembersWithStatus() публичный статический Метод

public static TeamMembersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
Результат IEnumerable

UsersWithStatus() публичный статический Метод

public static UsersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
Результат IEnumerable

WithStatus() публичный статический Метод

public static WithStatus ( this things, string status ) : IEnumerable
things this
status string
Результат IEnumerable

WithStatus() публичный статический Метод

public static WithStatus ( this userThings, string status ) : IEnumerable
userThings this
status string
Результат IEnumerable

WithStatus() публичный статический Метод

public static WithStatus ( this things, string status ) : IQueryable
things this
status string
Результат IQueryable

WithStatus() публичный статический Метод

public static WithStatus ( this userThings, string status ) : IQueryable
userThings this
status string
Результат IQueryable