Click or drag to resize

NameAccessModifierExtensionsIsModuleProvidedAccessModifier Method

Returns true if the modifier can be used by modules i.e. returns true for private, protected and public. Returns false for preconfigured since preconfigured is reserved for configured objects. Returns false for transient as transient is reserved for internal use

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static bool IsModuleProvidedAccessModifier(
	this NameAccessModifier value
)

Parameters

value
Type: com.espertech.esper.common.client.utilNameAccessModifier

[Missing <param name="value"/> documentation for "M:com.espertech.esper.common.client.util.NameAccessModifierExtensions.IsModuleProvidedAccessModifier(com.espertech.esper.common.client.util.NameAccessModifier)"]

Return Value

Type: Boolean
indicator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NameAccessModifier. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also