Click or drag to resize
CustomObjectValidationBaseTOnDelete Method

[This is preliminary documentation and is subject to change.]

Validation that must be implemented

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
protected abstract List<string> OnDelete(
	string objectTypeName,
	T customObjectDto
)

Parameters

objectTypeName
Type: SystemString
The name of the custom object
customObjectDto
Type: T
an instance of the dto that represents the custom oject with readonly properties

Return Value

Type: ListString
List of string formated error if any
See Also