Interface IAimpDataField
Provides information about the data field for Music Library.
Namespace: AIMP.SDK.MusicLibrary.DataStorage
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataField
Properties
Custom
This is a user data parameter, it allow you to bind custom data to the interface.
Declaration
string Custom { get; set; }
DisplayValue
Gets or sets the display value.
Declaration
string DisplayValue { get; set; }
Flags
Gets or sets the data field flags.
Declaration
AimpDataFieldFlagsType Flags { get; set; }
Image
Gets or sets the field image.
Declaration
ImageType Image { get; set; }
Name
Gets or sets the name.
Declaration
string Name { get; set; }
Type
Gets or sets the data field type.
Declaration
AimpDataFieldType Type { get; set; }