Class CommandResult
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
public class CommandResult
- Inheritance
-
CommandResult
- Inherited Members
-
Properties
Exception
public string? Exception { get; set; }
Property Value
- string
Message
public string? Message { get; set; }
Property Value
- string
Model
public object? Model { get; set; }
Property Value
- object
ModelIdentifier
public string? ModelIdentifier { get; set; }
Property Value
- string
Status
public CommandResult.ResultType Status { get; set; }
Property Value
- CommandResult.ResultType