Show / Hide Table of Contents

Enum DataValidationSeverity

Values that represent validation severities.

Namespace: Kephas.Data.Validation
Assembly: Kephas.Data.dll
Syntax
public enum DataValidationSeverity

Fields

Name Description
Error

The validation resulted in an error.

Info

The validation resulted in an information.

Warning

The validation resulted in a warning.

Extension Methods

DynamicObjectExtensions.SetPropertyValue(String, Object)
DynamicObjectExtensions.TrySetPropertyValue(String, Object)
DynamicObjectExtensions.GetPropertyValue(String)
DynamicObjectExtensions.TryGetPropertyValue(String, Object)
DynamicObjectExtensions.GetRuntimeTypeInfo()
DynamicObjectExtensions.ToDynamic()
DynamicObjectExtensions.ToExpando()
BehaviorValue.ToBehaviorValue<DataValidationSeverity>()
LoggingExtensions.GetLogger(IContext)
TypeExtensions.GetAbstractType()
TypeExtensions.GetAbstractTypeInfo()
ReflectionHelper.GetTypeInfo()
EntityEntryExtensions.TryGetAttachedEntityEntry()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX