Class ExampleMetaAttribute
Attribute to mark example classes with metadata.
Used for parsing examples into ExampleProps for website.
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public sealed class ExampleMetaAttribute : Attribute
Inheritance
Properties
RelatedApis
Related API methods for linking to documentation (e.g., "IRedbService.Query", "ITreeQueryable.WhereRoots").
public string[] RelatedApis { get; set; }
Constructors
ExampleMetaAttribute(string, string, string, ExampleTier, int, params string[])
Attribute to mark example classes with metadata.