Diffusion .NET Classic API - Core and Common  5.9.24
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString Class Reference

String implementation of ILines. More...

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

Public Member Functions

 LinesString (CommandNotificationMessage message)
 Constructor. More...
 
override string ToString ()
 Return the string representation of this object. More...
 

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...
 
- Properties inherited from PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Paging.ILines
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

String implementation of ILines.

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString.LinesString ( CommandNotificationMessage  message)

Constructor.

Parameters
message

Member Function Documentation

override string PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString.ToString ( )

Return the string representation of this object.

Returns

Property Documentation

bool PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString.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.Messaging.Data.Paging.LinesString.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.Messaging.Data.Paging.LinesString.Lines
get

Returns the lines in string format.

List<Record> PushTechnology.DiffusionCore.Messaging.Data.Paging.LinesString.Records
get

Returns the lines in record format.