Property | Type | Description | |
---|---|---|---|
CreateIndex | void | ||
MongoGateway | System | ||
RegisterClassMapping | void |
Method | Description | |
---|---|---|
CreateRole ( Role role ) : void | ||
CreateUser ( User user ) : void | ||
DropRoles ( ) : void | ||
DropUsers ( ) : void | ||
GetAll ( string applicationName, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllAnonym ( string applicationName, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllAnonymByUserName ( string applicationName, string username, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllByEmail ( string applicationName, string email, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllByUserName ( string applicationName, string username, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllInactiveAnonymSince ( string applicationName, System.DateTime inactiveDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllInactiveSince ( string applicationName, System.DateTime inactiveDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetAllRoles ( string applicationName ) : string[] | ||
GetByEmail ( string applicationName, string email ) : User | ||
GetById ( string id ) : User | ||
GetByUserName ( string applicationName, string username ) : User | ||
GetInactiveAnonymSinceByUserName ( string applicationName, string username, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetInactiveSinceByUserName ( string applicationName, string username, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
GetRolesForUser ( string applicationName, string username ) : string[] | ||
GetUserForPeriodOfTime ( string applicationName, System.TimeSpan timeSpan ) : int | ||
GetUsersInRole ( string applicationName, string roleName ) : string[] | ||
IsRoleExists ( string applicationName, string roleName ) : bool | ||
IsUserInRole ( string applicationName, string username, string roleName ) : bool | ||
MongoGateway ( string mongoConnectionString ) : System | ||
RemoveRole ( string applicationName, string roleName ) : void | ||
RemoveUser ( User user ) : void | ||
UpdateUser ( User user ) : void |
Method | Description | |
---|---|---|
CreateIndex ( ) : void | ||
MongoGateway ( ) : System | ||
RegisterClassMapping ( ) : void |
public GetAll ( string applicationName, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllAnonym ( string applicationName, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllAnonymByUserName ( string applicationName, string username, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
username | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllByEmail ( string applicationName, string email, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
string | ||
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllByUserName ( string applicationName, string username, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
username | string | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllInactiveAnonymSince ( string applicationName, System.DateTime inactiveDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
inactiveDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllInactiveSince ( string applicationName, System.DateTime inactiveDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
inactiveDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetAllRoles ( string applicationName ) : string[] | ||
applicationName | string | |
return | string[] |
public GetByEmail ( string applicationName, string email ) : User | ||
applicationName | string | |
string | ||
return | User |
public GetByUserName ( string applicationName, string username ) : User | ||
applicationName | string | |
username | string | |
return | User |
public GetInactiveAnonymSinceByUserName ( string applicationName, string username, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
username | string | |
userInactiveSinceDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetInactiveSinceByUserName ( string applicationName, string username, System.DateTime userInactiveSinceDate, int pageIndex, int pageSize, int &totalRecords ) : IEnumerable |
||
applicationName | string | |
username | string | |
userInactiveSinceDate | System.DateTime | |
pageIndex | int | |
pageSize | int | |
totalRecords | int | |
return | IEnumerable |
public GetRolesForUser ( string applicationName, string username ) : string[] | ||
applicationName | string | |
username | string | |
return | string[] |
public GetUserForPeriodOfTime ( string applicationName, System.TimeSpan timeSpan ) : int | ||
applicationName | string | |
timeSpan | System.TimeSpan | |
return | int |
public GetUsersInRole ( string applicationName, string roleName ) : string[] | ||
applicationName | string | |
roleName | string | |
return | string[] |
public IsRoleExists ( string applicationName, string roleName ) : bool | ||
applicationName | string | |
roleName | string | |
return | bool |
public IsUserInRole ( string applicationName, string username, string roleName ) : bool | ||
applicationName | string | |
username | string | |
roleName | string | |
return | bool |
public MongoGateway ( string mongoConnectionString ) : System | ||
mongoConnectionString | string | |
return | System |
public RemoveRole ( string applicationName, string roleName ) : void | ||
applicationName | string | |
roleName | string | |
return | void |