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
IsSuccess
public bool IsSuccess { get; }
Property Value
Success
public static ConnectionResult Success { get; }
Property Value
Methods
Error(string?)
public static ConnectionResult Error(string? message)
Parameters
message
string