Click or drag to resize
CustomObjectValidationBaseTOnSave Method

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

Validation method that must be inplemented

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

Parameters

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

Return Value

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