- Assembly
- Wyam
.Testing .dll - Namespace
- Wyam
.Testing .Shortcodes - Interfaces
-
- IShortcodeCollection
- I
Read Only Shortcode Collection - IReadOnlyCollection
<string>
- Base Types
-
- Dictionary
<string, Type>
- Dictionary
graph BT
Type-->Base0["Dictionary<string, Type>"]
Type-.->Interface0["IShortcodeCollection"]
click Interface0 "/api/Wyam.Common.Shortcodes/IShortcodeCollection"
Type-.->Interface1["IReadOnlyShortcodeCollection"]
click Interface1 "/api/Wyam.Common.Shortcodes/IReadOnlyShortcodeCollection"
Type-.->Interface2["IReadOnlyCollection<string>"]
Type["TestShortcodeCollection"]
class Type type-node
Syntax
public class TestShortcodeCollection : Dictionary<string, Type>, IShortcodeCollection,
IReadOnlyShortcodeCollection, IReadOnlyCollection<string>
Constructors
Name | Summary |
---|---|
Test |
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds a shortcode and uses a
Wyam.Common.Configuration.ContextConfig to determine
the shortcode result.
|
Add |
void |
Adds a shortcode and uses a
Wyam.Common.Configuration.DocumentConfig to determine
the shortcode result.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content using the declared arguments and content.
|
Add |
void |
Adds a shortcode that determines the result content using the declared arguments.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared content and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content using the declared content.
|
Add |
void |
Adds a shortcode and specifies the result content.
|
Add |
void |
Adds a shortcode by type, infering the name from the type name.
|
Add |
void |
Adds a shortcode by type, infering the name from the type name.
|
Add |
void |
Adds a shortcode by type.
|
Contains |
bool | |
CreateInstance |
IShortcode |