{CompanyName} FlexyGo

UserSecurityConfig..::..CanViewObjectModule Method

Determines whether this EntityObject can be viewed.

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

Syntax


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

Parameters

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

Return Value

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

Exceptions


ExceptionCondition
ExceptionError Checking Can View