- Namespace
-
GitVersion
.Model - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT Type-->Base0["Enum"]
Base0-->Base1["ValueType"] Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"] Type["OutputType"]
class Type type-node
Syntax
public enum OutputType
Fields
Name | Constant Value | Summary |
---|---|---|
BuildServer | 0 |
static
|
File | 2 |
static
|
Json | 1 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|