ISchedulerOperationResultT Interface |
This interface defines an operation result contract that
can be optionally used by the web service methods.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public interface ISchedulerOperationResult<T>
Public Interface ISchedulerOperationResult(Of T)
generic<typename T>
public interface class ISchedulerOperationResult
type ISchedulerOperationResult<'T> = interface end
Type Parameters
- T
-
The type of the appointment data transfer object in use.
Typically this is AppointmentData
or derived class.
The ISchedulerOperationResultT type exposes the following members.
Properties Remarks Implementers can extend it with additional data fields to
report status and to transfer additional metadata.
See the online documentation for more details.
See Also