|
LUSID C# SDK
|
An item plus its containing workspace name. More...

Public Member Functions | |
| ItemAndWorkspace (string workspaceName=default(string), WorkspaceItem workspaceItem=default(WorkspaceItem)) | |
| Initializes a new instance of the ItemAndWorkspace class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| virtual string | ToJson () |
| Returns the JSON string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ItemAndWorkspace input) |
| Returns true if ItemAndWorkspace instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ItemAndWorkspace () | |
| Initializes a new instance of the ItemAndWorkspace class. More... | |
Properties | |
| string | WorkspaceName [get, set] |
| A workspace's name. More... | |
| WorkspaceItem | WorkspaceItem [get, set] |
| Gets or Sets WorkspaceItem More... | |
An item plus its containing workspace name.
|
inlineprotected |
Initializes a new instance of the ItemAndWorkspace class.
|
inline |
Initializes a new instance of the ItemAndWorkspace class.
| workspaceName | A workspace's name. (required). |
| workspaceItem | workspaceItem (required). |
|
inline |
Returns true if ItemAndWorkspace instances are equal
| input | Instance of ItemAndWorkspace to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets WorkspaceItem
|
getset |
A workspace's name.
A workspace's name.