Click or drag to resize

PropertyControllerValidateSystemName Method (Int32, String, String, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

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#
[ObsoleteAttribute("Use non-static version. Obsoleted in v14")]
public static bool ValidateSystemName(
	int propertyId,
	string systemName,
	out string message,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

propertyId
Type: SystemInt32
Specify as zero in case of a new property.
systemName
Type: SystemString
message
Type: SystemString
If result is false then message describes the problem.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Boolean
See Also