Class Backend
The backend for video
public class Backend
- Inheritance
-
Backend
- Inherited Members
Constructors
Backend(int)
Create a backend given its id
public Backend(int id)
Parameters
id
intThe id of the backend
Properties
ID
The ID of the backend.
public int ID { get; }
Property Value
Name
The name of the backend
public string Name { get; }