Class ValidateStandardValidation
- Namespace
- InSite.Application.StandardValidations.Write
- Assembly
- Shift.Sdk.dll
public class ValidateStandardValidation : Command, ICommand
- Inheritance
-
ValidateStandardValidation
- Implements
- Inherited Members
- Extension Methods
Constructors
ValidateStandardValidation(Guid, Guid, bool, string, string)
public ValidateStandardValidation(Guid standardValidationId, Guid logId, bool isValidated, string status, string comment)
Parameters
Properties
Comment
public string Comment { get; set; }
Property Value
IsValidated
public bool IsValidated { get; set; }
Property Value
LogId
public Guid LogId { get; set; }
Property Value
Status
public string Status { get; set; }