[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DataTemplateOptions

Class DataTemplateOptions

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents options used in data template processing.

public class DataTemplateOptions
Inheritance
object
DataTemplateOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DataTemplateOptions()

public DataTemplateOptions()

Properties

ExpressionIncompatibleTypesHandling

Gets or sets a value specifying how the template engine handles mismatches between function parameter types and actual arguments in expressions.

public DataTemplateExpressionIncompatibleTypesHandling ExpressionIncompatibleTypesHandling { get; set; }

Property Value

DataTemplateExpressionIncompatibleTypesHandling

ExpressionNullsHandling

Gets or sets a value specifying how the template engine handles null values in expressions.

public DataTemplateExpressionNullsHandling ExpressionNullsHandling { get; set; }

Property Value

DataTemplateExpressionNullsHandling

MissingFieldsHandling

Gets or sets a value specifying how non-existing data fields are handled.

public DataTemplateMissingFieldsHandling MissingFieldsHandling { get; set; }

Property Value

DataTemplateMissingFieldsHandling