Click or drag to resize
Virtual Care AvailabilityBlockRuleResponse Class

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

Availability block rule defines availability blocks repeating configuration.
Inheritance Hierarchy
SystemObject
  SnapMD.VirtualCare.ApiModels.SchedulingAvailabilityBlockRuleRequest
    SnapMD.VirtualCare.ApiModels.SchedulingAvailabilityBlockRuleResponse

Namespace: SnapMD.VirtualCare.ApiModels.Scheduling
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public class AvailabilityBlockRuleResponse : AvailabilityBlockRuleRequest

The AvailabilityBlockRuleResponse type exposes the following members.

Constructors
  NameDescription
Public methodAvailabilityBlockRuleResponse
Initializes a new instance of the AvailabilityBlockRuleResponse class
Top
Properties
  NameDescription
Public propertyCreatedByUserId
Created by user id.
Public propertyCreatedDate
Created date.
Public propertyFromDate
Repeat from.
(Inherited from AvailabilityBlockRuleRequest.)
Public propertyId
Availability block rule id.
Public propertyModifiedByUserId
Modified by user id.
Public propertyModifiedDate
Last modified date.
Public propertyRepeatInterval
Create availability blocks every {repeat interval} {repeat period}.
(Inherited from AvailabilityBlockRuleRequest.)
Public propertyRepeatOn
For monthly rule - days of a month, for weekly rules - days of the week.
(Inherited from AvailabilityBlockRuleRequest.)
Public propertyRepeatPeriod
Repeat daily/weekly/monthly.
(Inherited from AvailabilityBlockRuleRequest.)
Public propertyServiceLockDate
Indicates that rule is in state of processing (creating availability blocks).
Public propertyToDate
Repeat to.
(Inherited from AvailabilityBlockRuleRequest.)
Top
Methods
  NameDescription
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 methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also