ArcFM Responder Mobile Developer Guide
PreviousCallsObject Class
Members  Example 






Use this object as a wrapper around a datarow.
Object Model
PreviousCallsObject Class
Syntax
'Declaration
 
<System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<TableNameAttribute("PreviousCalls")>
Public Class PreviousCallsObject 
   Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of PreviousCallsObject)
'Usage
 
Dim instance As PreviousCallsObject
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")]
[System.Diagnostics.DebuggerNonUserCode()]
[TableName("PreviousCalls")]
public class PreviousCallsObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject> 
public class PreviousCallsObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")
System.Diagnostics.DebuggerNonUserCodeAttribute()
TableNameAttribute("PreviousCalls")
public class PreviousCallsObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")]
[System.Diagnostics.DebuggerNonUserCode()]
[TableName("PreviousCalls")]
public __gc class PreviousCallsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject> 
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")]
[System.Diagnostics.DebuggerNonUserCode()]
[TableName("PreviousCalls")]
public ref class PreviousCallsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject> 
Remarks
Warning: This is AutoGenerated. It may change from release to release and require customizations to be recompiled.
Example
PreviousCallsObject previouscalls = new PreviousCallsObject(row);
//PreviousCallsObject previouscalls = PreviousCallsObject.New();
//PreviousCallsObject previouscalls = PreviousCallsObject.New(dataset);
//IEnumerable<PreviousCallsObject> previouscalls = PreviousCallsObject.FindAll(dataset);
var convertedValue = previouscalls.Property;
// You can still access the original row values or custom fields
 var objectValue = previouscalls.Row["SomeColumnName"];
Inheritance Hierarchy

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

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

PreviousCallsObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback