Table of Contents

Class ObservationTextRule

Namespace
adas_core.Domain.Models.MongoModels
Assembly
adas-core.Domain.dll

Represents a rule used to validate or process observation text.

public class ObservationTextRule
Inheritance
ObservationTextRule
Inherited Members
Extension Methods

Properties

Label

public string? Label { get; set; }

Property Value

string

MatchBoolean

public bool? MatchBoolean { get; set; }

Property Value

bool?

MatchDate

public DateTime? MatchDate { get; set; }

Property Value

DateTime?

MatchNumber

public decimal? MatchNumber { get; set; }

Property Value

decimal?

MatchText

public string? MatchText { get; set; }

Property Value

string

MaxDate

public DateTime? MaxDate { get; set; }

Property Value

DateTime?

MaxNum

public decimal? MaxNum { get; set; }

Property Value

decimal?

MinDate

public DateTime? MinDate { get; set; }

Property Value

DateTime?

MinNum

public decimal? MinNum { get; set; }

Property Value

decimal?

Value

public string? Value { get; set; }

Property Value

string

ValueType

public ObservationEnum.ValueType ValueType { get; set; }

Property Value

ObservationEnum.ValueType