Interface IAssetFilter<T>
public interface IAssetFilter<T> where T : AIAsset
Type Parameters
T
Properties
ApiMask
int ApiMask { get; set; }
Property Value
- int
IsEmpty
bool IsEmpty { get; }
Property Value
- bool
Methods
GetNoMatchMessage()
string GetNoMatchMessage()
Returns
- string
Matches(T)
bool Matches(T data)
Parameters
dataT
Returns
- bool