PlasticSCMDirConflict.

PlasticSCMDirConflict.OperationTypes Class

Assembly
Cake.PlasticSCM.dll
Namespace
Cake.PlasticSCM.Merge
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["PlasticSCMDirConflict.OperationTypes"] class Type type-node

Syntax

public sealed class PlasticSCMDirConflict.OperationTypes : Enum

Fields

Name Constant Value Summary
Add 4
static
Change 2
static
Move 1
static
Remove 3
static
Unknown 0
static
value__

Extension Methods

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