PoetReadFilter
PoetReadFilter is a filter containing POET-specific properties.
Fields
Name | Data Type | Description |
---|---|---|
ExcludeExtendedRoutingNodes |
bool |
Gets or sets a value indicating whether to exclude extended routing nodes. Extended routing nodes are nodes that belongs to the routing, but is located in other parts of the schema. E.g. callblocks. |
IncludeLastModified |
bool |
|
IncludeVersionTimestamp |
bool |
|
DenyDeleteOnMerge |
bool |
Gets or sets whether the filter should be denied to delete on merge For example if a node/element in the XML to be merged does not contain a node/element which has newly been added to the Poet database, should this element be deleted? i.e. should the XML override the Poet database? By default set to false, but to avoid having the XML override the Poet database it should be set to true |
DisableLogging |
bool |
Disable adding new entries in Project Log |
GeneratePrecodes |
bool |
Decide wether to generate precodes where precodes are missing |
IncludeAllNodeTypes |
bool |
Get or Set if all nodetypes are to be included |
IncludeDeletedNodes |
bool |
Get or Set if semideleted questions (those questions that have the property 'Deleted'=True are to be included |
IncludeChildren |
bool |
Get or Set if children of nodes with children are to be included |
IncludeText |
bool |
Get or Set if Title, Text and Instruction are to be included |
IncludeProperties |
bool |
Get or Set if properties (Randomize,Deleted,Numeric…) are to be included |
IncludeAnswers |
bool |
Get or Set if answers (Answer, GridAnswer, LoopMember and Predefined) are to be included |
NodeTypes |
NodeType[ ] |
Collection of objects containing the nodetypes |
Inherits ReadFilter