Skip to content

SavedSearch

ClassAssetInventoryAssetInventory.Editor
public class SavedSearch

Search facade for querying saved records with structured options and result metadata.

public SavedSearch()

[PrimaryKey]
[AutoIncrement]
public int Id { get; set; }

Returns

System.Int32

public string Name { get; set; }

Returns

System.String

public string Icon { get; set; }

Returns

System.String

public string Color { get; set; }

Returns

System.String

public string SearchPhrase { get; set; }

Returns

System.String

public string Type { get; set; }

Returns

System.String

public int PackageTypes { get; set; }

Returns

System.Int32

public int PackageSrPs { get; set; }

Returns

System.Int32

public int PriceOption { get; set; }

Returns

System.Int32

public float Price { get; set; }

Returns

System.Single

public int ImageType { get; set; }

Returns

System.Int32

public string Package { get; set; }

Returns

System.String

public string PackageTag { get; set; }

Returns

System.String

public string FileTag { get; set; }

Returns

System.String

public string Publisher { get; set; }

Returns

System.String

public string Category { get; set; }

Returns

System.String

public string Width { get; set; }

Returns

System.String

public string Height { get; set; }

Returns

System.String

public string Length { get; set; }

Returns

System.String

public string Size { get; set; }

Returns

System.String

public bool CheckMaxWidth { get; set; }

Returns

System.Boolean

public bool CheckMaxHeight { get; set; }

Returns

System.Boolean

public bool CheckMaxLength { get; set; }

Returns

System.Boolean

public bool CheckMaxSize { get; set; }

Returns

System.Boolean

public string VertexCount { get; set; }

Returns

System.String

public bool CheckMaxVertexCount { get; set; }

Returns

System.Boolean

public int ColorOption { get; set; }

Returns

System.Int32

public string SearchColor { get; set; }

Returns

System.String

public int Hidden { get; set; }

Returns

System.Int32

public string VariableDefinitions { get; set; }

Returns

System.String