ArcFM Responder Mobile Developer Guide
TagsAndGroundsObject Class
Members  Example 






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

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

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

TagsAndGroundsObject Members
Miner.Responder.Shared.SchemaObjects Namespace

Send Feedback