BaseSettings Class

graph BT Type-->Base0["Object"] Type-.->Interface0["ICredentialSettings"] click Interface0 "/api/Cake.Apigee/ICredentialSettings" Type["BaseSettings"] class Type type-node Derived0["ImportProxySettings"]-->Type click Derived0 "/api/Cake.Apigee/ImportProxySettings" Derived1["DeployProxySettings"]-->Type click Derived1 "/api/Cake.Apigee/DeployProxySettings" Derived2["GetApiProxySettings"]-->Type click Derived2 "/api/Cake.Apigee/GetApiProxySettings" Derived3["CreateKeyValueMapSettings"]-->Type click Derived3 "/api/Cake.Apigee/CreateKeyValueMapSettings" Derived4["ListKeyValueMapsSettings"]-->Type click Derived4 "/api/Cake.Apigee/ListKeyValueMapsSettings" Derived5["DeleteApiProxyRevisionSettings"]-->Type click Derived5 "/api/Cake.Apigee/DeleteApiProxyRevisionSettings" Derived6["DeleteAllUndeployedApiProxyRevisionsSettings"]-->Type click Derived6 "/api/Cake.Apigee/DeleteAllUndeployedApiProxyRevisionsSettings" Derived7["DeleteKeyValueMapSettings"]-->Type click Derived7 "/api/Cake.Apigee/DeleteKeyValueMapSettings" Derived8["InstallNodePackagedModulesSettings"]-->Type click Derived8 "/api/Cake.Apigee/InstallNodePackagedModulesSettings"

Syntax

public class BaseSettings : ICredentialSettings

Constructors

Name Summary
BaseSettings()

Properties

Name Value Summary
Credentials Credentials
Debug bool

Extension Methods

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