Table of Contents

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

standardValidationId Guid
logId Guid
isValidated bool
status string
comment string

Properties

Comment

public string Comment { get; set; }

Property Value

string

IsValidated

public bool IsValidated { get; set; }

Property Value

bool

LogId

public Guid LogId { get; set; }

Property Value

Guid

Status

public string Status { get; set; }

Property Value

string