DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.Paging.LinesString Class Reference

The 'string' implementation of ILines. More...

Inheritance diagram for PushTechnology.Transports.Paging.LinesString:
PushTechnology.Transports.Paging.ILines

Public Member Functions

 LinesString (TopicMessage message)
 Constructor. More...
 

Properties

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...
 
- Properties inherited from PushTechnology.Transports.Paging.ILines
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...
 

Detailed Description

The 'string' implementation of ILines.

Constructor & Destructor Documentation

PushTechnology.Transports.Paging.LinesString.LinesString ( TopicMessage  message)

Constructor.

Parameters
message

Property Documentation

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: