Table of Contents

Class DataAttributeValidationContext

Namespace: Casewhere.Runtime.DataAttributeValidator
Assembly: Casewhere.Runtime.dll

public class DataAttributeValidationContext

Inheritance

objectDataAttributeValidationContext

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<DataAttributeValidationContext>(DataAttributeValidationContext)

Constructors

DataAttributeValidationContext(object, DataAttribute)

public DataAttributeValidationContext(object value, DataAttribute attribute)

Parameters

value object

attribute DataAttribute

Properties

Attribute

[Required]
public DataAttribute Attribute { get; set; }

Property Value

DataAttribute

IgnoreEnforceConstraints

public bool IgnoreEnforceConstraints { get; set; }

Property Value

bool

Value

[Required]
public object Value { get; set; }

Property Value

object