C# Class LtiLibrary.Core.Common.BasicResult

A basic result with a boolean success and string message. This class can be implicitly cast to a bool.
Afficher le fichier Open project: easygenerator/LtiLibrary

Méthodes publiques

Méthode Description
BasicResult ( bool isValid = true, string message = "" )

Method Details

BasicResult() public méthode

public BasicResult ( bool isValid = true, string message = "" )
isValid bool
message string