Click or drag to resize
LaunchBox

IParent Interface

This interface represents a relationship between an IPlatform, IPlaylist, or IPlatformCategory, to a parent IPlatform, IPlaylist, or IPlatformCategory.

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 IParent

The IParent type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the automatically generated ID for this Parent. Two Parent objects with the same ID are guaranteed to be identical.
Public propertyParentPlatformCategoryName Gets or sets the name of the IPlatformCategory that is the parent. Will be null or empty if the parent is an IPlatform or an IPlaylist, or if the associated IPlatformCategory should be displayed in the root.
Public propertyParentPlatformName Gets or sets the name of the IPlatform that is the parent. Will be null or empty if the parent is an IPlaylist or an IPlatformCategory, or if the associated IPlatform should be displayed in the root.
Public propertyParentPlatformOrCategoryOrPlaylist Gets the associated IPlatform, IPlatformCategory, or IPlaylist object that represents the parent.
Public propertyParentPlaylistId Gets or sets the ID of the IPlaylist that is the parent. Will be null or empty if the parent is an IPlatform or an IPlatformCategory, or if the associated IPlaylist should be displayed in the root.
Public propertyPlatformCategoryName Gets or sets the name of the IPlatformCategory that is the child. Will be null or empty if the child is an IPlatform or an IPlaylist.
Public propertyPlatformName Gets or sets the name of the IPlatform that is the child. Will be null or empty if the child is an IPlaylist or an IPlatformCategory.
Public propertyPlatformOrCategoryOrPlaylist Gets the associated IPlatform, IPlatformCategory, or IPlaylist object that represents the child.
Public propertyPlaylistId Gets or sets the ID of the IPlaylist that is the child. Will be null or empty if the child is an IPlatform or an IPlatformCategory.
Top
See Also