IDocument Interface

Assembly
MagicChunks.dll
Namespace
MagicChunks.Core
Interfaces
  • IDisposable
Implementing Types
graph BT Type-.->Interface0["IDisposable"] Type["IDocument"] class Type type-node Implementing0["XmlDocument"]-.->Type click Implementing0 "/api/MagicChunks.Documents/XmlDocument" Implementing1["YamlDocument"]-.->Type click Implementing1 "/api/MagicChunks.Documents/YamlDocument" Implementing2["JsonDocument"]-.->Type click Implementing2 "/api/MagicChunks.Documents/JsonDocument"

Syntax

public interface IDocument : IDisposable

Methods

Extension Methods

Name Value Summary
Dump<IDocument>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IDocument>(IDocument[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IDocument>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IDocument>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IDocument>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IDocument>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin