Click or drag to resize

NameAccessModifierExtensionsVisible Method

Returns indicator whether the object is visible.

Always false if the object is private or transient.

Always true if the object is public or preconfigured.

For protected the module name must match

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static bool Visible(
	NameAccessModifier objectVisibility,
	string objectModuleName,
	string importModuleName
)

Parameters

objectVisibility
Type: com.espertech.esper.common.client.utilNameAccessModifier
object visibility
objectModuleName
Type: SystemString
object module name
importModuleName
Type: SystemString
my module name

Return Value

Type: Boolean
indicator
See Also