{CompanyName} FlexyGo

UserSecurityConfig..::..CanDeleteObject Method

Determines whether the EntityObject can be deleted.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool CanDeleteObject(
	IObjectSettings ObjectSettings,
	string ObjectWhere
)
Public Function CanDeleteObject ( _
	ObjectSettings As IObjectSettings, _
	ObjectWhere As String _
) As Boolean

Parameters

ObjectSettings
Type: FLEXYGO.Objects.Settings..::..IObjectSettings
The object settings.
ObjectWhere
Type: String
Object Where Sentence

Return Value

true if this EntityObject can be deleted; otherwise, false.

Exceptions


ExceptionCondition
ExceptionError Checking Can Delete