![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Encapsulates lines on a page. The lines can be represented as strings or records. 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< Record > | Records [get] |
Returns the lines in record format. More... | |
Encapsulates lines on a page. The lines can be represented as strings or records.
|
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.
|
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.
|
get |
Returns the lines in string format.
|
get |
Returns the lines in record format.