Skip to main content

IQueryUserAuth

Assembly: ServiceStack.dll
View Source
Declaration
public interface IQueryUserAuth

Methods

GetUserAuths(String, Nullable<Int32>, Nullable<Int32>)

View Source
Declaration
List<IUserAuth> GetUserAuths(string orderBy = null, int? skip = null, int? take = null)
Returns

System.Collections.Generic.List<ServiceStack.Auth.IUserAuth>

Parameters
TypeName
System.StringorderBy
System.Nullable<System.Int32>skip
System.Nullable<System.Int32>take

SearchUserAuths(String, String, Nullable<Int32>, Nullable<Int32>)

View Source
Declaration
List<IUserAuth> SearchUserAuths(string query, string orderBy = null, int? skip = null, int? take = null)
Returns

System.Collections.Generic.List<ServiceStack.Auth.IUserAuth>

Parameters
TypeName
System.Stringquery
System.StringorderBy
System.Nullable<System.Int32>skip
System.Nullable<System.Int32>take