Method AddTagMetadata
AddTagMetadata<TShared>()
Tags are Metadata that can be shared across multiple table entries, they are often used to indicate an entry has a particular attribute or feature, e.g SmartFormat. Generally Tags do not contains data, for sharing data across multiple table entries see AddSharedMetadata(SharedTableEntryMetadata). A Tag reference will be stored in TableData and MetadataEntries.
Declaration
public void AddTagMetadata<TShared>() where TShared : SharedTableEntryMetadata, new()
Type Parameters
Name | Description |
---|---|
TShared |