ArcFM Engine Developer Guide
CustomersObject Class
Members  Example 


Product Availability
Required Licenses
.NET Assembly
Use this object as a wrapper around a datarow.
Syntax
'Declaration
 
<TableNameAttribute("Customers")>
<DebuggerNonUserCodeAttribute()>
<GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")>
Public Class CustomersObject 
   Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of CustomersObject)
'Usage
 
Dim instance As CustomersObject
[TableName("Customers")]
[DebuggerNonUserCode()]
[GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")]
public class CustomersObject : 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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CustomersObject Members
Miner.Responder.Shared.SchemaObjects Namespace

 

 


Send Comment