Namespaces

Types in Fake

Type Verbosity

Namespace Fake

Interfaces IEquatable<Verbosity>, IStructuralEquatable, IComparable<Verbosity>, IComparable, IStructuralComparable

Methods

Properties

Public instance methods

int CompareTo(Verbosity obj)

bool Equals(Verbosity obj)

bool get_IsDebug()

bool get_IsQuiet()

bool get_IsVerbose()

Public static methods

Verbosity get_Debug()

Verbosity get_Quiet()

Verbosity get_Verbose()

Public properties

Verbosity Debug get;

bool IsDebug get;

bool IsNormal get;

bool IsQuiet get;

bool IsVerbose get;

Verbosity Normal get;

Verbosity Quiet get;

int Tag get;

Verbosity Verbose get;