Click or drag to resize

ProblemT, U Constructor

Namespace:  Atalasoft.Shared.Validation
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Problem(
	T source,
	string elementName,
	string description,
	BaseRepairConsequences consequences,
	U repairContext,
	ProblemT, UReparationMechanism reparation
)

Parameters

source
Type: T
The source of the problem. Required.
elementName
Type: SystemString
Name of the property causing the problem. Required.
description
Type: SystemString
The description of the problem. Required.
consequences
Type: Atalasoft.Shared.ValidationBaseRepairConsequences
The consequences of the repair. Required.
repairContext
Type: U
The repair context.
reparation
Type: Atalasoft.Shared.ValidationProblemT, UReparationMechanism
The reparation to fix the problem. Required.
See Also