PyServiceType
class PyServiceType(ty)
Bases: object
A service type that can be overriden.
- Parameters: ty (Type)
__init__(ty)
Default init.
Args: : ty: The .NET service type.
Returns: None.
- Parameters: ty (Type)
- Return type: None
Methods
__init__(ty) |
Default init. |
|---|
Attributes
dotnet |
Gets the .NET type the service is called through. |
|---|---|
name |
Gets the name of the service. |
service |
Gets the Python type to inherit from to implement the service. |
property dotnet : Type
Gets the .NET type the service is called through.
property service : type
Gets the Python type to inherit from to implement the service.
property name : str
Gets the name of the service.