Encapsulates lines on a page.
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...
|
|
Encapsulates lines on a page.
The lines can be represented as LineString or LineRecords.
bool PushTechnology.Transports.Paging.ILines.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.ILines.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.ILines.Lines |
|
get |
Returns the lines in string format.
List<string> PushTechnology.Transports.Paging.ILines.Records |
|
get |
Returns the lines in record format.
The documentation for this interface was generated from the following file:
- /home/jenkins/workspace/CoreDocs5.9/Diffusion/R59/silverlight/DiffusionTransport/DiffusionTransport/Paging/ILines.cs