Click or drag to resize

PropertyControllerValidateSystemName Method (Int32, String, PropertyType, String)

Validates if a systemname is valid for a property. Allowed characters are: a-z, A-Z, 0-9, _ (underscore)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool ValidateSystemName(
	int propertyId,
	string systemName,
	PropertyType propertyType,
	out string message
)

Parameters

propertyId
Type: SystemInt32
Specify as zero in case of a new property.
systemName
Type: SystemString
propertyType
Type: Omada.OE.ModelPropertyType
message
Type: SystemString
If result is false then message describes the problem.

Return Value

Type: Boolean
See Also