Click or drag to resize

OdsoRecipientData Class

Represents information about a single record within an external data source that is to be excluded from the mail merge.
Inheritance Hierarchy
System Object
Spire.Doc OdsoRecipientData

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public class OdsoRecipientData

The OdsoRecipientData type exposes the following members.

Constructors
Name Description
Public method OdsoRecipientData
Initializes a new instance of this class.
Top
Properties
Name Description
Public property 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 .
Public property Column
Specifies the column within the data source that contains unique data for the current record. The default value is 0.
Public property Hash
Represents the hash code for this record. Sometimes Microsoft Word uses Hash of a whole record instead of a UniqueTag value. The default value is 0.
Public property UniqueTag
Specifies the contents of a given record in the column containing unique data. The default value is null .
Top
Methods
Name Description
Public method Clone
Returns a deep clone of this object.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also