Click or drag to resize
Virtual Care IRuleResponse Interface

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

The Interface Response of Rule.

Namespace: SnapMD.VirtualCare.ApiModels.Rules
Assembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntax
public interface IRuleResponse

The IRuleResponse type exposes the following members.

Properties
  NameDescription
Public propertyCreatedByUserId
The user identifier the rule created by.
Public propertyCreatedDate
The created datetime of the rule.
Public propertyModifiedByUserId
The user identifier the rule modified by.
Public propertyModifiedDate
The modified datetime of the rule.
Public propertyRuleTemplate
The rule template identifier of the rule. A rule template define the logic of the rules.
Public propertyVersion
The version of the rule. Number of updates.
Top
See Also