Method | Description | |
---|---|---|
Accounts ( IDatastore dataStore ) : System | ||
Create ( string providerKey, System.Guid id = null ) : IAccount | ||
GetAllTags ( ) : ITag[] | ||
GetByEmail ( string email ) : IAccount[] | ||
GetById ( System.Guid accountId ) : IAccount | ||
GetByTag ( string tagKey ) : IAccount[] | ||
GetByUserName ( string userName ) : IAccount[] | ||
GetEnumerator ( ) : IEnumerator |
||
Remove ( System.Guid accountId ) : void | ||
this ( System.Guid accountId ) : IAccount |
Method | Description | |
---|---|---|
FindField ( IAccount account, FieldTypeKey fieldTypeKey, string fieldValue ) : bool | ||
IEnumerable ( ) : IEnumerator |
public Accounts ( IDatastore dataStore ) : System | ||
dataStore | IDatastore | |
return | System |
public Create ( string providerKey, System.Guid id = null ) : IAccount | ||
providerKey | string | |
id | System.Guid | |
return | IAccount |
public GetByEmail ( string email ) : IAccount[] | ||
string | ||
return | IAccount[] |
public GetById ( System.Guid accountId ) : IAccount | ||
accountId | System.Guid | |
return | IAccount |
public GetByTag ( string tagKey ) : IAccount[] | ||
tagKey | string | |
return | IAccount[] |
public GetByUserName ( string userName ) : IAccount[] | ||
userName | string | |
return | IAccount[] |
public Remove ( System.Guid accountId ) : void | ||
accountId | System.Guid | |
return | void |
public this ( System.Guid accountId ) : IAccount | ||
accountId | System.Guid | |
return | IAccount |