Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface ICommand

    Represents a command interface that can be validated.

    Inherited Members
    IValidatableObject.Validate(ValidationContext)
    Namespace: Innovt.Core.Cqrs.Commands
    Assembly: Innovt.Core.dll
    Syntax
    public interface ICommand : IValidatableObject
    Remarks

    This interface is used to define a command, which represents an action or operation that can be executed. Commands often include data or parameters needed to perform the action. Implementing the IValidatableObject interface allows for command validation.

    Extension Methods

    Extensions.EnsureIsValid(ICommand, ValidationContext)
    Extensions.EnsureIsValid(ICommand, string)
    Extensions.EnsureIsValid(IValidatableObject, ValidationContext)
    Extensions.IsValid(IValidatableObject, ValidationContext)
    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX