Click or drag to resize
LaunchBox

IAlternateName Interface

This interface represents an alternate name that is associated with an IGame in LaunchBox/Big Box.

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IAlternateName

The IAlternateName type exposes the following members.

Properties
 NameDescription
Public propertyGameId Gets or sets the ID of the game that is associated with this Alternate Name. Maps up directly to the game's Id property.
Public propertyName Gets or sets the Name of this Alternate Name.
Public propertyRegion Gets or sets the Region of this Alternate Name.
Top
See Also