Table of Contents

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

level ValidationRuleLevel
message string
senderName string

Properties

Level

public ValidationRuleLevel Level { get; }

Property Value

ValidationRuleLevel

Message

public string Message { get; }

Property Value

string

SenderName

public string SenderName { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.