C# Класс Bifrost.Validation.Rules.NotNull

Represents the ValueRule for requiring the value to not be null
Наследование: ValueRule
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ValueIsNull Bifrost.Rules.BrokenRuleReason

Открытые методы

Метод Описание
Evaluate ( IRuleContext context, object instance ) : void
NotNull ( PropertyInfo property ) : System.Reflection

Initializes a new instance of the NotNull rule

Описание методов

Evaluate() публичный Метод

public Evaluate ( IRuleContext context, object instance ) : void
context IRuleContext
instance object
Результат void

NotNull() публичный Метод

Initializes a new instance of the NotNull rule
public NotNull ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo Property the rule is for
Результат System.Reflection

Описание свойств

ValueIsNull публичное статическое свойство

When a value is null, this is the reason given
public static BrokenRuleReason,Bifrost.Rules ValueIsNull
Результат Bifrost.Rules.BrokenRuleReason