using System; namespace PEP_Tool { public class Schaltzustand { public System.Collections.Generic.List PersNr { get; set; } public string ZugName { get; set; } public DateTime Start { get; set; } public DateTime Ende { get; set; } public string Zustand { get; set; } public string Grund { get; set; } } }