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

Encapsulates lines on a page. More...

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

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...
 

Detailed Description

Encapsulates lines on a page.

The lines can be represented as LineString or LineRecords.

Property Documentation

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: