コード例 #1
0
ファイル: DBSign.cs プロジェクト: dandruff/OAAA-Viewer
 public DBSign()
 {
     ID = new GenericDependencyProperty<DBSign, int>(this, "ID");
     Name = new GenericDependencyProperty<DBSign, string>(this, "Name");
     Address = new GenericDependencyProperty<DBSign, string>(this, "Address");
     Port = new GenericDependencyProperty<DBSign, int>(this, "Port");
 }
コード例 #2
0
ファイル: DBInfo.cs プロジェクト: dandruff/OAAA-Viewer
 public DBInfo()
 {
     ID                          = new GenericDependencyProperty<DBInfo, int>    (this, "ID");
     SignID                      = new GenericDependencyProperty<DBInfo, int>    (this, "SignID");
     Brightness                  = new GenericDependencyProperty<DBInfo, int>    (this, "Brightness");
     AmbientLight                = new GenericDependencyProperty<DBInfo, int>    (this, "AmbientLight");
     LightSensorActive           = new GenericDependencyProperty<DBInfo, int>    (this, "LightSensorActive");
     VisualOperatingPercentage   = new GenericDependencyProperty<DBInfo, double> (this, "VisualOperatingPercentage");
     ContentInputStatus          = new GenericDependencyProperty<DBInfo, int>    (this, "ContentInputStatus");
     RequiresService             = new GenericDependencyProperty<DBInfo, int>    (this, "RequiresService");
     TimeStamp                   = new GenericDependencyProperty<DBInfo, string> (this, "TimeStamp");
 }