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
Type | Name |
---|---|
System.String | orderBy |
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
Type | Name |
---|---|
System.String | query |
System.String | orderBy |
System.Nullable<System.Int32> | skip |
System.Nullable<System.Int32> | take |