Table of Contents

Class DynamicRelationCalculationComputationLog

Namespace
Dynamicweb.Ecommerce.Products.DynamicRelations
Assembly
Dynamicweb.Ecommerce.dll
public sealed class DynamicRelationCalculationComputationLog
Inheritance
DynamicRelationCalculationComputationLog
Inherited Members

Properties

Created

public DateTime Created { get; }

Property Value

DateTime

DynamicRelationCalculationConfigurationId

public required string DynamicRelationCalculationConfigurationId { get; set; }

Property Value

string

ErrorMessage

public string? ErrorMessage { get; set; }

Property Value

string

Id

public long Id { get; }

Property Value

long

IsSuccess

public required bool IsSuccess { get; set; }

Property Value

bool

TraceLog

public required string TraceLog { get; set; }

Property Value

string
To top