| OdsoRecipientData Class | 
 Inheritance Hierarchy
Inheritance Hierarchy
 
Namespace: Spire.Doc
 Syntax
Syntax
 
The OdsoRecipientData type exposes the following members.
 Constructors
Constructors
 
| Name | Description | |
|---|---|---|
|   | OdsoRecipientData | 
 Initializes a new instance of this class.
 | 
 Properties
Properties
 
| Name | Description | |
|---|---|---|
|   | Active | 
 Specifies whether the record from the data source shall be imported into a document when the mail merge is performed.
The default value is
 
true
 
 .
 | 
|   | Column | 
 Specifies the column within the data source that contains unique data for the current record.
The default value is 0.
 | 
|   | Hash | |
|   | UniqueTag | 
 Specifies the contents of a given record in the column containing unique data.
The default value is
 
null
 
 .
 | 
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | Clone | 
 Returns a deep clone of this object.
 | 
|   | Equals | 
 Determines whether the specified object is equal to the current object.
(Inherited from
 Object
.) | 
|   | Finalize | 
 Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
 Object
.) | 
|   | GetHashCode | 
 Serves as the default hash function.
(Inherited from
 Object
.) | 
|   | GetType | 
 Gets the
 
Type
 
 of the current instance.
(Inherited from
 Object
.) | 
|   | MemberwiseClone | 
 Creates a shallow copy of the current
 
Object
 
 .
(Inherited from
 Object
.) | 
|   | ToString | 
 Returns a string that represents the current object.
(Inherited from
 Object
.) | 
 See Also
See Also