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