CustomObjectValidationBaseTOnSave Method |
[This is preliminary documentation and is subject to change.]
Validation method that must be inplemented
Namespace: Netadmin.Assembly.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxprotected abstract List<string> OnSave(
string objectTypeName,
T customObjectDto
)
Protected MustOverride Function OnSave (
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 of the custom object with properties as readonly
Return Value
Type:
ListStringList of string formated error if any
See Also