Show / Hide Table of Contents

Class WellKnownNamespaceProvider

Implementation of IGetsWellKnownNamespace which uses string constants.

Inheritance
System.Object
WellKnownNamespaceProvider
Implements
IGetsWellKnownNamespace
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: ZptSharp.Dom
Assembly: ZptSharp.dll
Syntax
public class WellKnownNamespaceProvider : IGetsWellKnownNamespace

Properties

| Improve this Doc View Source

MetalNamespace

Gets the namespace for METAL.

Declaration
public Namespace MetalNamespace { get; }
Property Value
Type Description
Namespace

The METAL namespace.

| Improve this Doc View Source

TalNamespace

Gets the namespace for TAL.

Declaration
public Namespace TalNamespace { get; }
Property Value
Type Description
Namespace

The TAL namespace.

Implements

IGetsWellKnownNamespace
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX