ArcFM Responder Mobile Developer Guide
GdbmPost Class
Members 






Represents a single post type configuration
Object Model
GdbmPost Class
Syntax
'Declaration
 
<System.Xml.Serialization.XmlRootAttribute(False)>
<System.ComponentModel.DesignerCategoryAttribute("code")>
<System.Xml.Serialization.XmlTypeAttribute(True)>
<System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="xsd", Version="2.0.50727.1432")>
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.SerializableAttribute()>
Public Class GdbmPost 
   Inherits GdbmPostType
'Usage
 
Dim instance As GdbmPost
[System.Xml.Serialization.XmlRoot(false)]
[System.ComponentModel.DesignerCategory("code")]
[System.Xml.Serialization.XmlType(true)]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.1432")]
[System.Diagnostics.DebuggerStepThrough()]
[System.Serializable()]
public class GdbmPost : GdbmPostType 
public class GdbmPost = class(GdbmPostType)
System.Xml.Serialization.XmlRootAttribute()
System.ComponentModel.DesignerCategoryAttribute("code")
System.Xml.Serialization.XmlTypeAttribute()
System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="xsd", Version="2.0.50727.1432")
System.Diagnostics.DebuggerStepThroughAttribute()
System.SerializableAttribute()
public class GdbmPost extends GdbmPostType
[System.Xml.Serialization.XmlRoot(false)]
[System.ComponentModel.DesignerCategory("code")]
[System.Xml.Serialization.XmlType(true)]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.1432")]
[System.Diagnostics.DebuggerStepThrough()]
[System.Serializable()]
public __gc class GdbmPost : public GdbmPostType 
[System.Xml.Serialization.XmlRoot(false)]
[System.ComponentModel.DesignerCategory("code")]
[System.Xml.Serialization.XmlType(true)]
[System.CodeDom.Compiler.GeneratedCode(Tool="xsd", Version="2.0.50727.1432")]
[System.Diagnostics.DebuggerStepThrough()]
[System.Serializable()]
public ref class GdbmPost : public GdbmPostType 
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.GeodatabaseManager.Serialization.GdbmPostType
      Miner.Geodatabase.GeodatabaseManager.Serialization.GdbmPost

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

GdbmPost Members
Miner.Geodatabase.GeodatabaseManager.Serialization Namespace

Send Feedback