Interface IAimpDataFieldFilterByArray
Interface IAimpDataFieldFilterByArray
Namespace: AIMP.SDK.MusicLibrary.DataFilter
Assembly: AIMP.SDK.dll
Syntax
public interface IAimpDataFieldFilterByArray
Properties
Field
Gets or sets the filter field.
Declaration
string Field { get; set; }
Methods
GetData(IList<Object>)
Gets the data.
Declaration
AimpActionResult GetData(IList<object> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | values | The values. |
SetData(IList<Object>)
Sets the data.
Declaration
AimpActionResult SetData(IList<object> values)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | values | The values. |