RequiresSchemaProviders
Assembly: ServiceStack.dll
View Source
Declaration
public static class RequiresSchemaProviders
Methods
InitSchema(ICacheClient)
View Source
Declaration
public static void InitSchema(this ICacheClient cache)
Parameters
Type | Name |
---|---|
ServiceStack.Caching.ICacheClient | cache |
InitSchema(IAuthRepository)
View Source
Declaration
public static void InitSchema(this IAuthRepository authRepo)
Parameters
Type | Name |
---|---|
ServiceStack.Auth.IAuthRepository | authRepo |
InitSchema(IAuthRepositoryAsync)
View Source
Declaration
public static void InitSchema(this IAuthRepositoryAsync authRepo)
Parameters
Type | Name |
---|---|
ServiceStack.Auth.IAuthRepositoryAsync | authRepo |