Class EntityLinkRuleViolation
- Namespace
- Geotab.Checkmate.ObjectModel.EntityLink
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Encapsulates entity link validation result rule violations.
public class EntityLinkRuleViolation
- Inheritance
-
EntityLinkRuleViolation
- Inherited Members
Constructors
EntityLinkRuleViolation()
public EntityLinkRuleViolation()
Properties
ViolatedConditions
Gets or sets a value indicating which conditions of the violated rule were broken.
public IList<string>? ViolatedConditions { get; set; }
Property Value
- IList<string>
ICollection<T> The violated conditions of the ViolatedRule. This is a collection of the properties names found on EntityLinkRuleConditions.
ViolatedRule
Gets or sets a value indicating the rule that was violated.
public EntityLinkRule? ViolatedRule { get; set; }
Property Value
- EntityLinkRule
EntityLinkRule The violated entity link rule.