ArcFM Responder Mobile Developer Guide
ICollectibleElement<InfoType> Interface
Members 






The type containing the data used to populate the xml element type.
A simple interface for populating fields in an Xml element type. ElementCollection can create arrays of elements implementing this interface.
Object Model
ICollectibleElement<InfoType> Interface
Syntax
'Declaration
 
Public Interface ICollectibleElement(Of InfoType) 
'Usage
 
Dim instance As ICollectibleElement(Of InfoType)
public interface ICollectibleElement<InfoType> 
public interface ICollectibleElement 
JScript does not support Generics.
public __gc __interface ICollectibleElement<InfoType> 
generic<typename InfoType>
public interface class ICollectibleElement 
Type Parameters
InfoType
The type containing the data used to populate the xml element type.
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

ICollectibleElement<InfoType> Members
Miner.Geodatabase.Integration.Serialization Namespace

Send Feedback