Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.ILines Interface Reference

Encapsulates lines on a page. The lines can be represented as strings or records. More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.ILines:
PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesRecord PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString

Properties

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< RecordRecords [get]
 Returns the lines in record format. More...
 

Detailed Description

Encapsulates lines on a page. The lines can be represented as strings or records.

Property Documentation

bool PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.ILines.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.Connection.Connectors.ExternalClient.Paging.ILines.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.Connection.Connectors.ExternalClient.Paging.ILines.Lines
get

Returns the lines in string format.

List<Record> PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.ILines.Records
get

Returns the lines in record format.