IValidatable.MakeRepairContext Method |
Makes the repair context for repairing problems in this object. An object implementing
IValidatable
should at least return an empty RepairContext object.
Namespace:
Atalasoft.Shared.Validation
Assembly:
Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax RepairContext MakeRepairContext(
Object o
)
Function MakeRepairContext (
o As Object
) As RepairContext
Parameters
- o
- Type: System.Object
An object used to make the repair context.
Return Value
Type:
RepairContextA new repair context for repairing problems.
See Also