Class TemplateTagAttribute
Attribute declaring that this property is a template variable tag.
Namespace: SuperOffice.IO
Assembly: SoCore.dll
Syntax
public class TemplateTagAttribute : Attribute
Constructors
TemplateTagAttribute(String)
Attribute declaring that this property is a template variable tag.
Declaration
public TemplateTagAttribute(string tagName)
Parameters
Type | Name | Description |
---|---|---|
String | tagName | Name of the tag |
Properties
TagName
Name of the tag.
Declaration
public string TagName { get; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)