TemplateCompiler BaseTypeName Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets the name of base type that templates inherit from. This type must directly or indirectly inherit from Template

Namespace: NFX.Templatization
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$base-type")]
public string BaseTypeName { get; set; }

Property Value

Type: OnlineString
See Also