CustomObjectValidationBaseTOnDelete Method |
[This is preliminary documentation and is subject to change.]
Validation that must be implemented
Namespace: Netadmin.Assembly.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxprotected abstract List<string> OnDelete(
string objectTypeName,
T customObjectDto
)
Protected MustOverride Function OnDelete (
objectTypeName As String,
customObjectDto As T
) As List(Of String)
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:
ListStringList of string formated error if any
See Also