Used to quickly fetch a single saved Unit's name from the database in the currently selected UnitNameFormat style

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class UnitNameFetcher : ReadOnlyBase
Visual Basic
<SerializableAttribute> _
Public Class UnitNameFetcher _
	Inherits ReadOnlyBase
Visual C++
[SerializableAttribute]
public ref class UnitNameFetcher : public ReadOnlyBase

Inheritance Hierarchy

System..::..Object
  ReadOnlyBase
    GZTW.AyaNova.BLL..::..UnitNameFetcher

See Also