Class WellKnownNamespaceProvider
Implementation of IGetsWellKnownNamespace which uses string constants.
Inheritance
System.Object
WellKnownNamespaceProvider
Implements
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 SourceMetalNamespace
Gets the namespace for METAL.
Declaration
public Namespace MetalNamespace { get; }
Property Value
Type | Description |
---|---|
Namespace | The METAL namespace. |
TalNamespace
Gets the namespace for TAL.
Declaration
public Namespace TalNamespace { get; }
Property Value
Type | Description |
---|---|
Namespace | The TAL namespace. |