DocsMarshal.Workflow.ActivityLibrary.Appointments.Searchv 1.0.0.0


DocsMarshal.Workflow.ActivityLibrary.Appointments.AppointmentSearch

This activity performs the search operation on appointments given a QueryAppointment object and returns the results as a DataTable. It is also returned a SearchResult object which has more precise informations about the results.


DocsMarshal.Workflow.ActivityLibrary.Appointments.GetAppointmentSearch

This activity returns the base QueryAppointment object which is necessary for all search operations.


DocsMarshal.Workflow.ActivityLibrary.Appointments.GetByAppointmentId

This activity allows to get an appointment given its AppointmentId.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereBoolField

This activity allows to add a condition on a Boolean field to an appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereDateField

This activity allows to add a condition on a Date field to a appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereDateTimeField

This activity allows to add a condition on a DateTime field to a appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereDoubleField

This activity allows to add a condition on a Double field to a appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereGuidField

This activity allows to add a condition on a Guid field to a appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereIntField

This activity allows to add a condition on an Integer field to a appointment search query.


DocsMarshal.Workflow.ActivityLibrary.Appointments.SetWhereStringField

This activity allows to add a condition on a String field to an appointment search query.