Class OperationResult
Represents the result of an operation, including its success status and any error message.
Inherited Members
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class OperationResult
Constructors
OperationResult()
Declaration
public OperationResult()
Properties
Error
Gets or sets the error message if the operation was not successful.
Declaration
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Success
Gets or sets a value indicating whether the operation was successful.
Declaration
public bool Success { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |