Lean
$LEAN_TAG$
|
Provides user-facing common messages for the Python.PythonWrapper namespace classes More...
Static Public Member Functions | |
static string | InterfaceNotFullyImplemented (string interfaceName, string pythonTypeName, IEnumerable< string > missingMembers) |
Returns a string message saying the given interface must be fully implemented. It also advises the user on the missing methods in its interface More... | |
Static Public Attributes | |
static string | ExpectedInterfaceTypeParameter = "expected an interface type parameter." |
String message saying: expected and interface type parameter More... | |
Provides user-facing common messages for the Python.PythonWrapper namespace classes
Definition at line 169 of file Messages.Python.cs.
|
static |
Returns a string message saying the given interface must be fully implemented. It also advises the user on the missing methods in its interface
Definition at line 181 of file Messages.Python.cs.
|
static |
String message saying: expected and interface type parameter
Definition at line 174 of file Messages.Python.cs.