Click or drag to resize

EventDefintionUtil Class

Extension methods for EventDefinition.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesEventDefintionUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class EventDefintionUtil

The EventDefintionUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAbstract
Return true if the event is abstract, otherwise false.
Public methodStatic memberIsPrivate
Return true if the event is private, otherwise false.
Public methodStatic memberIsProtected
Return true if the event is protected, otherwise false.
Public methodStatic memberIsPublic
Return true if the event is public, otherwise false.
Public methodStatic memberIsStatic
Return true if the event is static, otherwise false.
Public methodStatic memberIsVirtual
Return true if the event is virtual, otherwise false.
Top
See Also