Table of Contents

Class StandardValidationValidated

Namespace
InSite.Domain.Standards
Assembly
Shift.Sdk.dll
public class StandardValidationValidated : Change, IChange
Inheritance
StandardValidationValidated
Implements
Inherited Members
Extension Methods

Constructors

StandardValidationValidated(Guid, bool, string, string)

public StandardValidationValidated(Guid logId, bool isValidated, string status, string comment)

Parameters

logId Guid
isValidated bool
status string
comment string

Properties

Comment

public string Comment { get; }

Property Value

string

IsValidated

public bool IsValidated { get; }

Property Value

bool

LogId

public Guid LogId { get; }

Property Value

Guid

Status

public string Status { get; }

Property Value

string