Class ValidationResult

Namespace
Kroltan.Keen.Editor.Validations
Assembly
me.kroltan.keen-vectors.Editor.dll

Contains information about the status of a validation.

public class ValidationResult
Inheritance
ValidationResult
Inherited Members

Constructors

ValidationResult(MessageType, string)

public ValidationResult(MessageType type, string description)

Parameters

type MessageType
description string

Properties

Description

Human-readable description of the issue.

public string Description { get; }

Property Value

string

Ok

public static ValidationResult Ok { get; }

Property Value

ValidationResult

Type

Severity of this result. UnityEditor.MessageType.None means all is well.

public MessageType Type { get; }

Property Value

MessageType