Class ValidationResult
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
public class ValidationResult
- Inheritance
-
ValidationResult
- Inherited Members
Constructors
ValidationResult(ValidationRuleLevel, string, string)
public ValidationResult(ValidationRuleLevel level, string message, string senderName)
Parameters
levelValidationRuleLevelmessagestringsenderNamestring
Properties
Level
public ValidationRuleLevel Level { get; }
Property Value
Message
public string Message { get; }
Property Value
SenderName
public string SenderName { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.