The 'string' implementation of ILines.
More...
|
bool | IsString [get] |
| Indicates whether the lines are string format. Returns true if the lines are string format, in which case their values can be obtained using the Lines property. More...
|
|
bool | IsRecord [get] |
| Indicates whether the lines are record format. Returns true if the lines are record format, in which case their values can be obtained using the Records property. More...
|
|
List< string > | Lines [get] |
| Returns the lines in string format. More...
|
|
List< string > | Records [get] |
| Returns the lines in record format. More...
|
|
bool | IsString [get] |
| Indicates whether the lines are string format. Returns true if the lines are string format, in which case their values can be obtained using the Lines property. More...
|
|
bool | IsRecord [get] |
| Indicates whether the lines are record format. Returns true if the lines are record format, in which case their values can be obtained using the Records property. More...
|
|
List< string > | Lines [get] |
| Returns the lines in string format. More...
|
|
List< string > | Records [get] |
| Returns the lines in record format. More...
|
|
The 'string' implementation of ILines.
PushTechnology.Transports.Paging.LinesString.LinesString |
( |
TopicMessage |
message | ) |
|
bool PushTechnology.Transports.Paging.LinesString.IsRecord |
|
get |
Indicates whether the lines are record format. Returns true if the lines are record format, in which case their values can be obtained using the Records property.
bool PushTechnology.Transports.Paging.LinesString.IsString |
|
get |
Indicates whether the lines are string format. Returns true if the lines are string format, in which case their values can be obtained using the Lines property.
List<string> PushTechnology.Transports.Paging.LinesString.Lines |
|
get |
Returns the lines in string format.
List<string> PushTechnology.Transports.Paging.LinesString.Records |
|
get |
Returns the lines in record format.
The documentation for this class was generated from the following file:
- /home/jenkins/workspace/CoreDocs5.9/Diffusion/R59/silverlight/DiffusionTransport/DiffusionTransport/Paging/LinesString.cs