Click or drag to resize
Virtual Care ScheduleApi Class

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:SnapMD.VirtualCare.Sdk.ScheduleApi"]

Inheritance Hierarchy

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public class ScheduleApi : ApiCall

The ScheduleApi type exposes the following members.

Constructors
  NameDescription
Public methodScheduleApi(String, IWebClient)
Initializes a new instance of the ScheduleApi class
Public methodScheduleApi(String, String, String, String, IWebClient)
Initializes a new instance of the ScheduleApi class
Top
Properties
  NameDescription
Public propertyNotFound (Inherited from ApiCall.)
Public propertyRequiresAuthentication (Inherited from ApiCall.)
Public propertyServerError (Inherited from ApiCall.)
Public propertyUnauthorized (Inherited from ApiCall.)
Public propertyWebClientInstance (Inherited from ApiCall.)
Top
Methods
  NameDescription
Protected methodDelete(String, Object) (Inherited from ApiCall.)
Public methodDeleteSlot(Int32)
Public methodDeleteSlot(Int32, Object)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMakeCall(FuncIWebClient, String) (Inherited from ApiCall.)
Protected methodMakeCall(String, Object) (Inherited from ApiCall.)
Protected methodMakeCall(IWebClient, FuncIWebClient, String) (Inherited from ApiCall.)
Protected methodMakeCallT(String) (Inherited from ApiCall.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodPost(String, Object) (Inherited from ApiCall.)
Protected methodPut(String, Object) (Inherited from ApiCall.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also