|
string | Name [get] |
|
DateTime | Time [get] |
|
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...
|
|
Definition at line 26 of file ReadingBulk.cs.
Ntp.Analyzer.Objects.ReadingBulk.ReadingBulk |
( |
string |
name, |
|
|
DateTimeKind |
kind |
|
) |
| |
|
inline |
Definition at line 28 of file ReadingBulk.cs.
34 case DateTimeKind.Local:
37 case DateTimeKind.Utc:
38 Time = DateTime.UtcNow;
40 case DateTimeKind.Unspecified:
41 Time = DateTime.UtcNow;
44 Time = DateTime.UtcNow;
string Ntp.Analyzer.Objects.ReadingBulk.Name |
|
get |
DateTime Ntp.Analyzer.Objects.ReadingBulk.Time |
|
get |
The documentation for this class was generated from the following file: