| NTP Analyzer
    0.8.2
    Analyze the operation of time servers | 


| Public Member Functions | |
| Host (int id, string name, string ip, int?orgId, bool newObject=true) | |
|  Public Member Functions inherited from Ntp.Analyzer.Objects.PersistentObject | |
| override bool | Equals (object obj) | 
| override int | GetHashCode () | 
| void | SetId (int id) | 
| Sets the identifier after the object have been stored in persistent storage.  More... | |
| override string | ToString () | 
| Returns a string that represents the current PersistentObject.  More... | |
| Properties | |
| string | Ip  [get] | 
| int | OrgId  [get, set] | 
|  Properties inherited from Ntp.Analyzer.Objects.NamedObject | |
| string | Name  [get, set] | 
|  Properties inherited from Ntp.Analyzer.Objects.PersistentObject | |
| int | Id  [get, private set] | 
| Gets the identifier.  More... | |
| bool | NewObject  [get, protected set] | 
| Gets a value indicating whether this PersistentObject is a new object which does not yet exists in the peristing storage (database etc).  More... | |
| Additional Inherited Members | |
|  Public Attributes inherited from Ntp.Analyzer.Objects.NamedObject | |
| virtual string | DisplayName => Name | 
|  Protected Member Functions inherited from Ntp.Analyzer.Objects.NamedObject | |
| NamedObject (string name) | |
| NamedObject (int id, string name) | |
|  Protected Member Functions inherited from Ntp.Analyzer.Objects.PersistentObject | |
| PersistentObject (int id) | |
| Initializes a new instance of the PersistentObject class.  More... | |
| PersistentObject () | |
| Initializes a new instance of the PersistentObject class.  More... | |
| 
 | inline | 
Definition at line 26 of file Host.cs.
| 
 | get | 
Definition at line 34 of file Host.cs.
Referenced by Ntp.Analyzer.Page.BootstrapHostPageBuilder.Generate(), Ntp.Analyzer.Page.DefaultHostPageBuilder.Generate(), Ntp.Analyzer.Data.Sql.HostDatabaseMapper.Insert(), and Ntp.Analyzer.Data.Sql.HostDatabaseMapper.Update().
| 
 | getset | 
Definition at line 36 of file Host.cs.
Referenced by Ntp.Analyzer.Data.Sql.HostDatabaseMapper.Insert(), and Ntp.Analyzer.Data.Sql.HostDatabaseMapper.Update().