DataSource.NET
MonitoringBean Class
NamespacesCaplin.DataSource.MonitoringMonitoringBean
Base type for all monitoring beans. You should extend this class to add in your own monitoring attributes and/or methods.
Declaration Syntax
C#Visual BasicVisual C++
public class MonitoringBean : INotifyPropertyChanged
Public Class MonitoringBean _
	Implements INotifyPropertyChanged
public ref class MonitoringBean : INotifyPropertyChanged
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
MonitoringBean(String, String, String)
Constructor for generating a monitoring bean.

Description
Returns the human readable description of this monitoring bean.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Key
Returns the instance name of this monitoring bean.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPropertyChanged(String)
Internal implementation.

PropertyChanged
Internal implementation.

SetField<(Of <(T>)>)(T%, T, String)
Method that should be called when a monitoring attribute has changed value.

TemplateName
Returns the template name of this monitoring bean.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
MonitoringBean

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)