TagAction Enum

Summary

This enum is used to specify which action to take for a tag, when using the TagCommand.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["TagAction"] class Type type-node

Syntax

public enum TagAction

Fields

Name Constant Value Summary
Add 0
Add a new tag with the specified name.
static
Remove 1
Remove a tag with the specified name.
static