ProjectDataType Class

Summary

The type of data stored in project data
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["ProjectDataType"] class Type type-node

Syntax

public sealed class ProjectDataType : Enum

Fields

Name Constant Value Summary
Private 1
Private data is set during runtime and cannot be seen when project data is dumped
static
Public 0
Public data is set during runtime and can be seen when project data is dumped
static
value__

Extension Methods

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