IParent Interface |
The IParent type exposes the following members.
Name | Description | |
---|---|---|
Id | Gets the automatically generated ID for this Parent. Two Parent objects with the same ID are guaranteed to be identical. | |
ParentPlatformCategoryName | 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. | |
ParentPlatformName | 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. | |
ParentPlatformOrCategoryOrPlaylist | Gets the associated IPlatform, IPlatformCategory, or IPlaylist object that represents the parent. | |
ParentPlaylistId | 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. | |
PlatformCategoryName | 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. | |
PlatformName | 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. | |
PlatformOrCategoryOrPlaylist | Gets the associated IPlatform, IPlatformCategory, or IPlaylist object that represents the child. | |
PlaylistId | 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. |