Class ShortNameMap
Inheritance
System.Object
ShortNameMap
Implements
System.IDisposable
Assembly: Eco.Stats.dll
Syntax
public sealed class ShortNameMap : Object, IDisposable
Constructors
ShortNameMap()
Declaration
Properties
All
Declaration
public IEnumerable<ShortNameEntry> All { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ShortNameEntry> |
|
Methods
Dispose()
Declaration
GetOrAddShortName(String)
Declaration
public string GetOrAddShortName(string longName)
Parameters
Type |
Name |
Description |
System.String |
longName |
|
Returns
Type |
Description |
System.String |
|
Init(IEnumerable<ShortNameEntry>)
Declaration
public void Init(IEnumerable<ShortNameEntry> collection)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<ShortNameEntry> |
collection |
|
Events
OnAdded
Declaration
public event Action<ShortNameEntry> OnAdded
Event Type
Implements
System.IDisposable