LoadReference Class

Summary

Represents a resource to load via the #load directive.
Namespace
Cake.Core.Scripting.Processors.Loading
Base Types
  • object
graph BT Type-->Base0["object"] Type["LoadReference"] class Type type-node

Syntax

public sealed class LoadReference

Constructors

Name Summary
LoadReference(Uri) Initializes a new instance of the LoadReference class.

Properties

Name Value Summary
Address Uri
Gets the address.
OriginalString string
Gets the original string.
Parameters IReadOnlyDictionary<string, IReadOnlyList<string>>
Gets the parameters.
Scheme string
Gets the scheme.

Extension Methods

Name Value Summary
Dump<LoadReference>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<LoadReference>(LoadReference[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LoadReference>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LoadReference>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LoadReference>(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<LoadReference>(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