Class BaseSearchCriteria
Implement this interface to manage a type of criteria for searches.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public abstract class BaseSearchCriteria
Properties
PropertyName
Returns the name of the associated property.
Declaration
public string PropertyName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Clear()
Clears the criteria fields.
Declaration
public abstract void Clear()