API Reference
Class
WordTemplateResult
Summarizes one Word template binding pass.
Inheritance
- Object
- WordTemplateResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WordTemplate.Apply
- Method WordTemplate.Apply
- Method WordTemplateResult.EnsureComplete
Methods
public WordTemplateResult EnsureComplete() #Returns:
WordTemplateResultThrows when unresolved placeholders remain; otherwise returns this result.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 PlaceholderCount { get; } #Gets the number of scalar or rich placeholders discovered.
public Int32 ReplacedPlaceholderCount { get; } #Gets the number of scalar or rich placeholders replaced.
public Int32 RepeatedBlockCount { get; } #Gets the number of repeated block instances generated.
public Int32 ConditionalBlockCount { get; } #Gets the number of conditional blocks evaluated.
public IReadOnlyList<String> MissingValueNames { get; } #Gets unresolved scalar or rich placeholder names.
public Boolean IsComplete { get; } #Gets whether every scalar or rich placeholder had a supplied value.