Miner.Responder.Shared.SchemaObjects Namespace : AlertsObject Class |
'Declaration
<TableNameAttribute("Alerts")> <System.Diagnostics.DebuggerNonUserCodeAttribute()> <System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")> Public Class AlertsObject Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of AlertsObject)
'Usage
Dim instance As AlertsObject
[TableName("Alerts")] [System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public class AlertsObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<AlertsObject>
public class AlertsObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
TableNameAttribute("Alerts") System.Diagnostics.DebuggerNonUserCodeAttribute() System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1") public class AlertsObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[TableName("Alerts")] [System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public __gc class AlertsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<AlertsObject>
[TableName("Alerts")] [System.Diagnostics.DebuggerNonUserCode()] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public ref class AlertsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<AlertsObject>
AlertsObject alerts = new AlertsObject(row); //AlertsObject alerts = AlertsObject.New(); //AlertsObject alerts = AlertsObject.New(dataset); //IEnumerable<AlertsObject> alerts = AlertsObject.FindAll(dataset); var convertedValue = alerts.Property; // You can still access the original row values or custom fields var objectValue = alerts.Row["SomeColumnName"];
System.Object
Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
Miner.Responder.Shared.SchemaObjects.AlertsObject
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2