Class NotNullableValidationRule
ValidationRule stating that a null value was provided where one is not allowed.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class NotNullableValidationRule : ValidationRule
Constructors
NotNullableValidationRule()
Default constructor.
Declaration
public NotNullableValidationRule()
Extension Methods
EnumUtil.MapEnums<From, To>(From)