StoreIDTopGateAPI.Spec.Spec C# (CSharp) Méthode

Spec() public méthode

public Spec ( int id, String name, String event_types ) : System
id int
name String
event_types String
Résultat System
        public Spec(int id, String name, String[] event_types)
        {
            this.id = id;
            this.name = name;
            this.event_types = event_types;
        }