Accusoft.FSInvoices1.Net - Updated
FormFieldDefinitionDictionary Class
Members 




Accusoft.FSInvoices Namespace : FormFieldDefinitionDictionary Class
Defines a dictionary of FormFieldDefinition objects.
Object Model
FormFieldDefinitionDictionary ClassFormFieldDefinition Class
Syntax
'Declaration
 
<CollectionDataContractAttribute(ItemName="KeyValuePair", IsItemNameSetExplicitly=True)>
Public NotInheritable Class FormFieldDefinitionDictionary 
   Inherits System.Collections.Generic.Dictionary(Of String,FormFieldDefinition)
'Usage
 
Dim instance As FormFieldDefinitionDictionary
[CollectionDataContract(ItemName="KeyValuePair", IsItemNameSetExplicitly=true)]
public sealed class FormFieldDefinitionDictionary : System.Collections.Generic.Dictionary<string,FormFieldDefinition> 
[CollectionDataContract(ItemName="KeyValuePair", IsItemNameSetExplicitly=true)]
public __gc __sealed class FormFieldDefinitionDictionary : public System.Collections.Generic.Dictionary<string,FormFieldDefinition> 
[CollectionDataContract(ItemName="KeyValuePair", IsItemNameSetExplicitly=true)]
public ref class FormFieldDefinitionDictionary sealed : public System.Collections.Generic.Dictionary<String,FormFieldDefinition> 
Remarks

The field name is the key and the field definition is the value.

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      Accusoft.FSInvoices.FormFieldDefinitionDictionary

Requirements

See Also

Reference

FormFieldDefinitionDictionary Members
Accusoft.FSInvoices Namespace