Click or drag to resize
GuiCustomObjectValidatorValidate Method

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

Validates the custom object values

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public List<string> Validate(
	string customobjectName,
	string operationtype,
	Dictionary<string, string> keyValuePair
)

Parameters

customobjectName
Type: SystemString
The name of the custom object
operationtype
Type: SystemString
The type of operation {save, delete}
keyValuePair
Type: System.Collections.GenericDictionaryString, String

[Missing <param name="keyValuePair"/> documentation for "M:Netadmin.Assembly.BaseClasses.GuiCustomObjectValidator.Validate(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:Netadmin.Assembly.BaseClasses.GuiCustomObjectValidator.Validate(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also