Interface IAimpDataFieldFilter
Interface IAimpDataFieldFilter
Namespace: AIMP.SDK.MusicLibrary.DataFilter
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataFieldFilter
Properties
Field
Gets or sets the filter field.
Declaration
string Field { get; set; }
Operation
Gets or sets the filter operation.
Declaration
FieldFilterOperationType Operation { get; set; }
Value1
Gets or sets the filter value.
Declaration
object Value1 { get; set; }
Value2
Declaration
object Value2 { get; set; }