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