TopicType Class

This class is used to contain information about the topic types that can appear in a help file

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
public sealed class TopicType
Inheritance
Object    TopicType

Properties

ContentType The content type group for the topic type
SeeAlsoGroup The See Also group for the topic type
TopicElementName The topic element name associated with the topic type if any
UniqueId The unique ID of the topic type

Methods

DescriptionForTopicTypeGroup This is used to get a description for the given topic type group
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FromElementName This is used to get the topic type information for the given element name
FromUniqueId This is used to get the topic type information for the given unique ID
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also