C# Class TeamThing.Model.Helpers.ModelExtensions

Show file Open project: toddanglin/TeamThing

Public Methods

Method 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 method

public static Active ( this things ) : IEnumerable
things this
return IEnumerable

Active() public static method

public static Active ( this userThings ) : IEnumerable
userThings this
return IEnumerable

Active() public static method

public static Active ( this things ) : IQueryable
things this
return IQueryable

Active() public static method

public static Active ( this userThings ) : IQueryable
userThings this
return IQueryable

ActiveTeamMembers() public static method

public static ActiveTeamMembers ( this userTeams ) : IEnumerable
userTeams this
return IEnumerable

ActiveUsers() public static method

public static ActiveUsers ( this userTeams ) : IEnumerable
userTeams this
return IEnumerable

Admins() public static method

public static Admins ( this userTeams ) : IEnumerable
userTeams this
return IEnumerable

TeamMembersWithStatus() public static method

public static TeamMembersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
return IEnumerable

UsersWithStatus() public static method

public static UsersWithStatus ( this userTeams, string status ) : IEnumerable
userTeams this
status string
return IEnumerable

WithStatus() public static method

public static WithStatus ( this things, string status ) : IEnumerable
things this
status string
return IEnumerable

WithStatus() public static method

public static WithStatus ( this userThings, string status ) : IEnumerable
userThings this
status string
return IEnumerable

WithStatus() public static method

public static WithStatus ( this things, string status ) : IQueryable
things this
status string
return IQueryable

WithStatus() public static method

public static WithStatus ( this userThings, string status ) : IQueryable
userThings this
status string
return IQueryable