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.
ファイルを表示 Open project: easygenerator/LtiLibrary

Public Methods

Method Description
BasicResult ( bool isValid = true, string message = "" )

Method Details

BasicResult() public method

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