{CompanyName} FlexyGo

UserSecurityConfig..::..CanUpdateObject Method

Determines whether this EntityObject can be Updated .

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

Syntax


public bool CanUpdateObject(
	IObjectSettings ObjectSettings,
	string ObjectWhere
)
Public Function CanUpdateObject ( _
	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 updated; otherwise, false.

Exceptions


ExceptionCondition
ExceptionError Checking Can Update