Show / Hide Table of Contents

Class DiagnosticMessageIdBase

A static class that provides properties to get diagnostic message identifier bases for the common messages and framework libraries.

Inheritance
System.Object
DiagnosticMessageIdBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Framework
Assembly: Juhta.Net.dll
Syntax
public static class DiagnosticMessageIdBase

Properties

| Improve this Doc View Source

Common

Gets the message identifier base for the common messages.

Declaration
public static int Common { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Console

Gets the message identifier base for the Console library.

Declaration
public static int Console { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Core

Gets the message identifier base for the Core library.

Declaration
public static int Core { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LibraryManagement

Gets the message identifier base for the LibraryManagement library.

Declaration
public static int LibraryManagement { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Services

Gets the message identifier base for the Services library.

Declaration
public static int Services { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Startup

Gets the message identifier base for the Startup library.

Declaration
public static int Startup { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Validation

Gets the message identifier base for the Validation library.

Declaration
public static int Validation { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX