public APIEndPointIOWarning()
 {
     SourceEndPoint        = new APIEndPoint();
     SourceThing           = new APIThing();
     AffectedLocations     = new List <APILocation>();
     AffectedLocationViews = new List <APILocationView>();
 }
Exemple #2
0
 public APIEndPointCommand()
 {
     this.ID          = 0;
     this.Title       = string.Empty;
     this.Description = string.Empty;
     this.CommandCode = string.Empty;
     this.EndPoint    = new APIEndPoint();
 }