C# 클래스 TeamThing.Model.Helpers.ModelExtensions

파일 보기 프로젝트 열기: toddanglin/TeamThing

공개 메소드들

메소드 설명
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