ArcFM Responder Mobile Developer Guide
CustomersObject Class
Members  Example 






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

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

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

CustomersObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback