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

Record implementation of ILines. More...

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

Public Member Functions

 LinesRecord (CommandNotificationMessage message)
 Constructor. More...
 
override string ToString ()
 Returns 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

Record implementation of ILines.

Constructor & Destructor Documentation

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

Constructor.

Parameters
message

Member Function Documentation

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

Returns the string representation of this object.

Returns

Property Documentation

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

Returns the lines in string format.

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

Returns the lines in record format.