|
Dreamine.PLC.Abstractions 1.0.1
Dreamine.PLC.Abstractions 공용 계약과 추상화를 제공합니다.
|
다음에 대한 모든 멤버의 목록입니다 : Dreamine.PLC.Abstractions.Results.PlcResult< T > (모든 상속된 멤버들도 포함합니다.)
| ErrorCode | Dreamine.PLC.Abstractions.Results.PlcResult | |
| Failure(string message, int? errorCode=null) | Dreamine.PLC.Abstractions.Results.PlcResult< T > | inlinestatic |
| IsSuccess | Dreamine.PLC.Abstractions.Results.PlcResult | |
| Message | Dreamine.PLC.Abstractions.Results.PlcResult | |
| PlcResult(bool isSuccess, T? value, int? errorCode, string? message) | Dreamine.PLC.Abstractions.Results.PlcResult< T > | inlineprivate |
| Dreamine::PLC::Abstractions::Results::PlcResult.PlcResult(bool isSuccess, int? errorCode, string? message) | Dreamine.PLC.Abstractions.Results.PlcResult | inlineprotected |
| Success(T value) | Dreamine.PLC.Abstractions.Results.PlcResult< T > | inlinestatic |
| Dreamine::PLC::Abstractions::Results::PlcResult.Success() | Dreamine.PLC.Abstractions.Results.PlcResult | inlinestatic |
| Value | Dreamine.PLC.Abstractions.Results.PlcResult< T > |