Interface IMessagesCommandResult
Represents result of any command execution or check that has messages to reply with.
Namespace: TehGM.Wolfringo.Commands.Results
Assembly: Wolfringo.Commands.dll
Syntax
public interface IMessagesCommandResult : ICommandResult
Properties
| Improve this Doc View SourceMessages
Set of messages to reply with.
Declaration
IEnumerable<string> Messages { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> |