Skip to content

Workspace

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class Workspace

No description is available for this type.

public int Id { get; set; }

No description is available for this member.

Returns

System.Int32 — No return description is available.

[Indexed]
[Collation("NOCASE")]
public string Name { get; set; }

No description is available for this member.

Returns

System.String — No return description is available.

public List<WorkspaceSearch> Searches { get; set; }

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.WorkspaceSearch} — No return description is available.

public Workspace()

No description is available for this member.

public Workspace(string name)

No description is available for this member.

Parameters

Name Type Description
name System.String

public List<WorkspaceSearch> LoadSearches()

No description is available for this member.

Returns

System.Collections.Generic.List{AssetInventory.WorkspaceSearch} — No return description is available.

public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.