ICakeDataResolver Interface

Summary

Represents a data context resolver.
Namespace
Cake.Core
Implementing Types
graph BT Type["ICakeDataResolver"] class Type type-node Implementing0["ICakeDataService"]-.->Type click Implementing0 "/api/Cake.Core/ICakeDataService" Implementing1["CakeDataService"]-.->Type click Implementing1 "/api/Cake.Core/CakeDataService"

Syntax

public interface ICakeDataResolver

Methods

Name Value Summary
Get<TData>() TData
Gets the data of the specified type.

Extension Methods

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