Represents information about a single record within an external data source that is to be excluded from the mail merge.
If a record shall be merged into a merged document, then no information is needed about that record. However, if a given record shall not be merged into a merged document, then the value of the unique key for that record shall be stored in the UniqueTag property of this object to indicate this exclusion.
|
| OdsoRecipientData () |
|
SharedPtr< OdsoRecipientData > | Clone () |
| Returns a deep clone of this object. More...
|
|
bool | get_Active () const |
| 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 . More...
|
|
int32_t | get_Column () const |
| Specifies the column within the data source that contains unique data for the current record. The default value is 0. More...
|
|
int32_t | get_Hash () const |
| 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. More...
|
|
ArrayPtr< uint8_t > | get_UniqueTag () const |
| Specifies the contents of a given record in the column containing unique data. The default value is null . More...
|
|
virtual const TypeInfo & | GetType () const override |
|
virtual bool | Is (const TypeInfo &target) const override |
|
void | set_Active (bool value) |
| 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 . More...
|
|
void | set_Column (int32_t value) |
| Specifies the column within the data source that contains unique data for the current record. The default value is 0. More...
|
|
void | set_Hash (int32_t value) |
| 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. More...
|
|
void | set_UniqueTag (ArrayPtr< uint8_t > value) |
| Specifies the contents of a given record in the column containing unique data. The default value is null . More...
|
|