ArcFM Responder Mobile Developer Guide
SimulatedSwitchingOrderLoadpointsObject Class
Members  Example 






Use this object as a wrapper around a datarow.
Object Model
SimulatedSwitchingOrderLoadpointsObject Class
Syntax
'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)
[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> 
Remarks
Warning: This is AutoGenerated. It may change from release to release and require customizations to be recompiled.
Example
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"];
Inheritance Hierarchy

System.Object
      Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
         Miner.Responder.Shared.SchemaObjects.SimulatedSwitchingOrderLoadpointsObject

Requirements

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

See Also

Reference

SimulatedSwitchingOrderLoadpointsObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback