Enum SchemaType
Enum SchemaType
Namespace: AIMP.SDK.MusicLibrary.Extension
Assembly: AIMP.SDK.dll
Syntax
public enum SchemaType
Fields
Name | Description |
---|---|
All | List of all available fields in data storage.
The property GetFields(SchemaType) must contains an |
GroupingTree | The grouping tree |
TableGroupby | List of fields that used for grouping in table. If list is empty - the Group Details and the Album Thumbnails views will not be available for the end user. The property GetFields(SchemaType) must contains an string objects with field names. |
TableGroupDetails | List of fields that displays in group details area. The property GetFields(SchemaType) must contains an string objects with field names. |
TableViewAlbumThumbnails | List of fields that displays to end user in table by default in Album Thumbnails view. The property GetFields(SchemaType) must contains an string objects with field names. |
TableViewDefault | List of fields that displays to end user in table by default in Default view. The property GetFields(SchemaType) must contains an string objects with field names. |
TableViewGroupDetails | list of fields that displays to end user in table by default in Group Details view. The property GetFields(SchemaType) must contains an string objects with field names. |