SvnKind Class

Summary

The kind of the Subversion Node.
Assembly
Cake.Svn.dll
Namespace
Cake.Svn
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["SvnKind"] class Type type-node

Syntax

public sealed class SvnKind : Enum

Fields

Name Constant Value Summary
Directory 2
The kind of the node is a directory.
static
File 1
The kind of the node is a file.
static
None 0
The kind of the node ist not set.
static
SymbolicLink 4
The kind of the node is a symbolic link.
static
Unknown 3
The kind of the node is unknown.
static
value__

Extension Methods

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