Class UnitMetadataApi
Provides access to the single UnitMetadataRegistry
Inheritance
System.Object
UnitMetadataApi
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Core.Globalization.UnitMetadata
Assembly: Sdl.Core.Globalization.dll
Syntax
public sealed class UnitMetadataApi
Properties
Instance
Returns an instance of the UnitMetadataApi singleton
Declaration
public static UnitMetadataApi Instance { get; }
Property Value
Type | Description |
---|---|
UnitMetadataApi |
Registry
The single UnitMetadataRegistry
Declaration
public UnitMetadataRegistry Registry { get; }
Property Value
Type | Description |
---|---|
UnitMetadataRegistry |