{CompanyName} FlexyGo

UserSecurityConfig..::..CanViewObject Method

Determines whether this EntityObject can be viewed.

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

Syntax


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

Exceptions


ExceptionCondition
ExceptionError Checking Can View