DocsMarshal
/
Types
/
DocsMarshal.Entities.Query.Appointment.AppointmentSearchResult
class
AppointmentSearchResult
Base class:
SearchBaseResult
Implemented interfaces:
ISearchBaseResult
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
AppointmentSearchResult
(
QueryAppointment
query)
Properties
Byte
[]
Result
{ get; set; }
DataTable
ResultAsDataTable
{ get; set; }
List
<
IDMAppointment
>
ResultAsDMAppointments
{ get; }
List
<
IExtendedAppointment
>
ResultAsExtendedAppointments
{ get; }
Int32
RowCount
{ get; }
Top