Bifrost.Validation.Rules.NotNull.NotNull C# (CSharp) Méthode

NotNull() public méthode

Initializes a new instance of the NotNull rule
public NotNull ( PropertyInfo property ) : System.Reflection
property System.Reflection.PropertyInfo Property the rule is for
Résultat System.Reflection
        public NotNull(PropertyInfo property) : base(property) { }