Interface IResult
Namespace: ISynergy.Framework.Core.Abstractions
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IResult
Properties
View SourceMessages
Declaration
List<string> Messages { get; set; }
Property Value
| Type | Description |
|---|---|
| List<System.String> |
Succeeded
Declaration
bool Succeeded { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |