An item stored in a workspace.
More...
An item stored in a workspace.
◆ WorkspaceItem() [1/2]
| Lusid.Sdk.Model.WorkspaceItem.WorkspaceItem |
( |
| ) |
|
|
inlineprotected |
◆ WorkspaceItem() [2/2]
| Lusid.Sdk.Model.WorkspaceItem.WorkspaceItem |
( |
string |
type = default(string), |
|
|
int |
format = default(int), |
|
|
string |
name = default(string), |
|
|
string |
group = default(string), |
|
|
string |
description = default(string), |
|
|
Object |
content = default(Object), |
|
|
ModelVersion |
varVersion = default(ModelVersion), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the WorkspaceItem class.
- Parameters
-
| type | The type of the workspace item. (required). |
| format | A simple integer format identifier. (required). |
| name | A workspace item's name. (required). |
| group | The group containing a workspace item. (required). |
| description | The description of a workspace item. (required). |
| content | The content associated with a workspace item. (required). |
| varVersion | varVersion. |
| links | links. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.WorkspaceItem.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
Returns true if WorkspaceItem instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.WorkspaceItem.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.WorkspaceItem.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.WorkspaceItem.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Content
| Object Lusid.Sdk.Model.WorkspaceItem.Content |
|
getset |
The content associated with a workspace item.
The content associated with a workspace item.
◆ Description
| string Lusid.Sdk.Model.WorkspaceItem.Description |
|
getset |
The description of a workspace item.
The description of a workspace item.
◆ Format
| int Lusid.Sdk.Model.WorkspaceItem.Format |
|
getset |
A simple integer format identifier.
A simple integer format identifier.
◆ Group
| string Lusid.Sdk.Model.WorkspaceItem.Group |
|
getset |
The group containing a workspace item.
The group containing a workspace item.
◆ Links
| List<Link> Lusid.Sdk.Model.WorkspaceItem.Links |
|
getset |
◆ Name
| string Lusid.Sdk.Model.WorkspaceItem.Name |
|
getset |
A workspace item's name.
A workspace item's name.
◆ Type
| string Lusid.Sdk.Model.WorkspaceItem.Type |
|
getset |
The type of the workspace item.
The type of the workspace item.
◆ VarVersion
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/WorkspaceItem.cs