Class AIClient<TSelf>
Inheritance
object
AIClient<TSelf>
Assembly: .dll
Syntax
public abstract class AIClient<TSelf> : CRUDClient<TSelf> where TSelf : AIClient<TSelf>
Type Parameters
Constructors
AIClient(AIClientSettingsFactory)
Declaration
protected AIClient(AIClientSettingsFactory settingsFactory)
Parameters
Methods
Declaration
protected override string FormatErrorMessage(string errorMessage)
Parameters
Type |
Name |
Description |
string |
errorMessage |
|
Returns
IsDeletedPredicate(RESTResponse)
Declaration
protected override bool IsDeletedPredicate(RESTResponse res)
Parameters
Type |
Name |
Description |
RESTResponse |
res |
|
Returns