Table of Contents

Class ConnectionResult

Namespace
JJMasterData.Commons.Data
Assembly
JJMasterData.Commons.dll
public sealed class ConnectionResult
Inheritance
ConnectionResult
Inherited Members

Properties

ErrorMessage

public string? ErrorMessage { get; }

Property Value

string

IsSuccess

public bool IsSuccess { get; }

Property Value

bool

Success

public static ConnectionResult Success { get; }

Property Value

ConnectionResult

Methods

Error(string?)

public static ConnectionResult Error(string? message)

Parameters

message string

Returns

ConnectionResult