DocusaurusAdmonitionBlock Class
Namespace: DotMarkdown.Docusaurus
Assembly: DotMarkdown.Docusaurus.dll
[DebuggerDisplay]
public abstract class DocusaurusAdmonitionBlock : DotMarkdown.Linq.MContainer
Inheritance
Object → MObject → MElement → MContainer → DocusaurusAdmonitionBlock
Attributes
- DebuggerDisplay
Derived
Constructors
| Constructor | Summary |
|---|---|
| DocusaurusAdmonitionBlock(DocusaurusAdmonitionBlock) | |
| DocusaurusAdmonitionBlock(Object?) | |
| DocusaurusAdmonitionBlock(Object[]) |
Properties
| Property | Summary |
|---|---|
| AdmonitionKind | |
| Document | (Inherited from MObject) |
| FirstElement | (Inherited from MContainer) |
| IsEmpty | (Inherited from MContainer) |
| Kind | (Overrides MObject.Kind) |
| LastElement | (Inherited from MContainer) |
| NextElement | (Inherited from MElement) |
| Parent | (Inherited from MObject) |
| PreviousElement | (Inherited from MElement) |
| Title |
Methods
| Method | Summary |
|---|---|
| Add(Object) | (Inherited from MContainer) |
| Add(Object[]) | (Inherited from MContainer) |
| Ancestors() | (Inherited from MElement) |
| AncestorsAndSelf() | (Inherited from MContainer) |
| Create(AdmonitionKind, Object?) | |
| Create(AdmonitionKind, Object[]) | |
| Descendants() | (Inherited from MContainer) |
| DescendantsAndSelf() | (Inherited from MContainer) |
| Elements() | (Inherited from MContainer) |
| ElementsAfterSelf() | (Inherited from MElement) |
| ElementsBeforeSelf() | (Inherited from MElement) |
| Remove() | (Inherited from MElement) |
| RemoveAll() | (Inherited from MContainer) |
| Save(MarkdownWriter) | (Inherited from MElement) |
| Save(Stream, MarkdownFormat) | (Inherited from MElement) |
| Save(String, MarkdownFormat) | (Inherited from MElement) |
| Save(TextWriter, MarkdownFormat) | (Inherited from MElement) |
| ToString() | (Inherited from MElement) |
| ToString(MarkdownFormat) | (Inherited from MElement) |
| ToString(MarkdownWriterSettings) | (Inherited from MElement) |
| WriteTo(MarkdownWriter) | (Overrides MElement.WriteTo) |