RoleConfiguration Class

Assembly
Cake.DeployParams.dll
Namespace
Cake.DeployParams
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RoleConfiguration"] class Type type-node

Syntax

public class RoleConfiguration

Constructors

Properties

Name Value Summary
Name string
Parameters IList<ParameterConfiguration>

Methods

Extension Methods

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