XDASrv Reference Manual
EventBrowseType Enumeration
See Also  Send Feedback
NSPlugin Namespace : EventBrowseType Enumeration




Alarms/Events Browse type definition for filters. Event sources are organized in a hierarchical structure of areas. Areas can be defined as required and must not correlate to branches in the DA server address space.
However, for simplicity reasons the sample implementation has the eventsorces in areas that correlate to the DA server branch structure.

Syntax

Visual Basic (Declaration) 
Public Enum EventBrowseType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As EventBrowseType
C# 
public enum EventBrowseType : System.Enum 
Managed Extensions for C++ 
__value public enum EventBrowseType : public System.Enum 
C++/CLI 
public enum class EventBrowseType : public System.Enum 

Members

MemberDescription
Area(1) The filter criteria is applied to areas.
Source(2) The filter criteria is applied to event sources.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NSPlugin.EventBrowseType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2002-2011 Advosol Inc. All Rights Reserved.