Miner.Responder.Shared.SchemaObjects Namespace : IncidentDeviceStepsObject Class |
'Declaration
<System.Diagnostics.DebuggerNonUserCodeAttribute()> <TableNameAttribute("IncidentDeviceSteps")> <System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")> Public Class IncidentDeviceStepsObject Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of IncidentDeviceStepsObject)
'Usage
Dim instance As IncidentDeviceStepsObject
[System.Diagnostics.DebuggerNonUserCode()] [TableName("IncidentDeviceSteps")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public class IncidentDeviceStepsObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<IncidentDeviceStepsObject>
public class IncidentDeviceStepsObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
System.Diagnostics.DebuggerNonUserCodeAttribute() TableNameAttribute("IncidentDeviceSteps") System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1") public class IncidentDeviceStepsObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[System.Diagnostics.DebuggerNonUserCode()] [TableName("IncidentDeviceSteps")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public __gc class IncidentDeviceStepsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<IncidentDeviceStepsObject>
[System.Diagnostics.DebuggerNonUserCode()] [TableName("IncidentDeviceSteps")] [System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] public ref class IncidentDeviceStepsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<IncidentDeviceStepsObject>
IncidentDeviceStepsObject incidentdevicesteps = new IncidentDeviceStepsObject(row); //IncidentDeviceStepsObject incidentdevicesteps = IncidentDeviceStepsObject.New(); //IncidentDeviceStepsObject incidentdevicesteps = IncidentDeviceStepsObject.New(dataset); //IEnumerable<IncidentDeviceStepsObject> incidentdevicesteps = IncidentDeviceStepsObject.FindAll(dataset); var convertedValue = incidentdevicesteps.Property; // You can still access the original row values or custom fields var objectValue = incidentdevicesteps.Row["SomeColumnName"];
System.Object
Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
Miner.Responder.Shared.SchemaObjects.IncidentDeviceStepsObject
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