Workspace
[Serializable]public sealed class WorkspaceNo description is available for this type.
Properties
Section titled “Properties”
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.
Searches
Section titled “Searches”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.
Constructors
Section titled “Constructors”
Workspace()
Section titled “Workspace()”public Workspace()No description is available for this member.
Workspace(string)
Section titled “Workspace(string)”public Workspace(string name)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String |
Methods
Section titled “Methods”
LoadSearches()
Section titled “LoadSearches()”public List<WorkspaceSearch> LoadSearches()No description is available for this member.
Returns
System.Collections.Generic.List{AssetInventory.WorkspaceSearch} — No return description is available.
ToString()
Section titled “ToString()”public override string ToString()No description is available for this member.
Returns
System.String — No return description is available.