ArcFM Responder Mobile Developer Guide
IncidentCauseStatisticsObject Class
Members  Example 






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

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

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

IncidentCauseStatisticsObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback