ArcFM Responder Mobile Developer Guide
CustomerCountByFeederObject Class
Members  Example 






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

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

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

CustomerCountByFeederObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback