Method | Description | |
---|---|---|
Record ( string key, string value, long syncCount, System.DateTime lastModifiedDate, string lastModifiedBy, System.DateTime deviceLastModifiedDate, bool modified ) : System |
Creates an instance of the Record.
|
|
ToString ( ) : string |
A string representation of the record
|
public Record ( string key, string value, long syncCount, System.DateTime lastModifiedDate, string lastModifiedBy, System.DateTime deviceLastModifiedDate, bool modified ) : System | ||
key | string | The key representing the record |
value | string | The value for the record |
syncCount | long | THe number of times this record has been synchronized |
lastModifiedDate | System.DateTime | The last time the record was modified in UTC |
lastModifiedBy | string | |
deviceLastModifiedDate | System.DateTime | |
modified | bool | Flag indicating the record was modified |
return | System |