Show / Hide Table of Contents

Class FunctionValidationResults

Communicates the results of a function validation.

Inheritance
System.Object
FunctionValidationResults
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class FunctionValidationResults : Object

Constructors

FunctionValidationResults()

Declaration
public FunctionValidationResults()

Properties

BuildResults

Gets the build results.

Declaration
public FunctionBuildResults BuildResults { get; set; }
Property Value
Type Description
FunctionBuildResults

The build results.

Errors

Gets the errors.

Declaration
public IList<IFunctionValidationError> Errors { get; }
Property Value
Type Description
System.Collections.Generic.IList<IFunctionValidationError>

The errors.

Back to top Generated by DocFX