Windward Engine API Reference
TemplateMetrics Class Members
See Also  Properties  Send comments on this topic.
net.windward.api.csharp Namespace : TemplateMetrics Class


Glossary Item Box

The following tables list the members exposed by TemplateMetrics.

Public Properties

 NameDescription
Public PropertyAutoTagDataThe autotag data for this template. null if there is none. Warning, this schema can change between versions and use of this property is not supported.  
Public PropertyAutotagVersionThe version of the metadata. null if no metadata.  
Public PropertyAutotagXmlThe template metadata as an XML file. null if there is none. Warning, this schema can change between versions and use of this property is not supported.  
Public PropertyBatchForEachThe forEach tag (text form) for batch runs. null if no query.  
Public PropertyDataSourceProfilesAll the datasources in the template's metadata. The properties are the set of name/value pairs that define the datasource. All include name, root-path, full-type, and windows-identity or username and password. XML includes url and schema. SQL includes provider-class and connection-string or server and database. There are additional properties for various cases (such as ODBC which has a provider). Many properties (like name) can have no value and then will not be in the returned Dictionary.  
Public PropertyDatasourcesAll datasources that must be processed for this template.  
Public PropertyPodGuidsThe POD guids in the template.  
Public PropertyTagsAll tags that are defined in the template. Organized into three arrays as such: The first array contains all of the tags in the document body. The second array cointans all of the tags found in the header and footer. The third and final array contains all of the tags found in the footnotes.  
Public PropertyTemplateTypeThe format of the template.  
Public PropertyTemplateVariablesAll of the template variables defined in the metadata.  
Public PropertyVarsAll vars that must be defined by a caller in the template.  
Top

See Also

© 2019 All Rights Reserved.