Record implementation of ILines.
More...
|
bool | IsString [get] |
| Indicates whether the lines are string format. true if the lines are string format, in which case their values can be obtained using the Lines() method. More...
|
|
bool | IsRecord [get] |
| Indicates whether the lines are record format. true if the lines are record format, in which case their values can be obtained using the Records() method. More...
|
|
List< string > | Lines [get] |
| Returns the lines in string format. More...
|
|
List< Record > | Records [get] |
| Returns the lines in record format. More...
|
|
bool | IsString [get] |
| Indicates whether the lines are string format. true if the lines are string format, in which case their values can be obtained using the Lines() method. More...
|
|
bool | IsRecord [get] |
| Indicates whether the lines are record format. true if the lines are record format, in which case their values can be obtained using the Records() method. More...
|
|
List< string > | Lines [get] |
| Returns the lines in string format. More...
|
|
List< Record > | Records [get] |
| Returns the lines in record format. More...
|
|
Record implementation of ILines.
override string PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord.ToString |
( |
| ) |
|
Returns the string representation of this object.
- Returns
bool PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord.IsRecord |
|
get |
Indicates whether the lines are record format. true if the lines are record format, in which case their values can be obtained using the Records() method.
bool PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord.IsString |
|
get |
Indicates whether the lines are string format. true if the lines are string format, in which case their values can be obtained using the Lines() method.
List<string> PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord.Lines |
|
get |
Returns the lines in string format.
List<Record> PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord.Records |
|
get |
Returns the lines in record format.