|
LUSID C# SDK
|
A request to create an item in a workspace. More...

Public Member Functions | |
| WorkspaceItemCreationRequest (int format=default(int), string name=default(string), string group=default(string), string description=default(string), Object content=default(Object), string type=default(string)) | |
| Initializes a new instance of the WorkspaceItemCreationRequest 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 (WorkspaceItemCreationRequest input) |
| Returns true if WorkspaceItemCreationRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| WorkspaceItemCreationRequest () | |
| Initializes a new instance of the WorkspaceItemCreationRequest class. More... | |
Properties | |
| int | Format [get, set] |
| A simple integer format identifier. More... | |
| string | Name [get, set] |
| A workspace item's name. More... | |
| string | Group [get, set] |
| The group containing a workspace item. More... | |
| string | Description [get, set] |
| The description of a workspace item. More... | |
| Object | Content [get, set] |
| The content associated with a workspace item. More... | |
| string | Type [get, set] |
| The type of the workspace item. More... | |
A request to create an item in a workspace.
|
inlineprotected |
Initializes a new instance of the WorkspaceItemCreationRequest class.
|
inline |
Initializes a new instance of the WorkspaceItemCreationRequest class.
| 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). |
| type | The type of the workspace item. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if WorkspaceItemCreationRequest instances are equal
| input | Instance of WorkspaceItemCreationRequest 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 |
The content associated with a workspace item.
The content associated with a workspace item.
|
getset |
The description of a workspace item.
The description of a workspace item.
|
getset |
A simple integer format identifier.
A simple integer format identifier.
|
getset |
The group containing a workspace item.
The group containing a workspace item.
|
getset |
A workspace item's name.
A workspace item's name.
|
getset |
The type of the workspace item.
The type of the workspace item.