Property | Type | Description | |
---|---|---|---|
GetFirst | UserDefinition |
Method | Description | |
---|---|---|
ById ( string id ) : IUserDefinition | ||
ByUsername ( string username ) : IUserDefinition | ||
RemoveCachedUser ( int userId, string username ) : void |
Method | Description | |
---|---|---|
GetFirst ( IDbConnection connection, BaseCriteria criteria ) : UserDefinition |
public ByUsername ( string username ) : IUserDefinition | ||
username | string | |
return | IUserDefinition |
public static RemoveCachedUser ( int userId, string username ) : void | ||
userId | int | |
username | string | |
return | void |