|
LUSID C# SDK
|
A request to create an empty workspace. More...

Public Member Functions | |
| WorkspaceCreationRequest (string name=default(string), string description=default(string)) | |
| Initializes a new instance of the WorkspaceCreationRequest 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 (WorkspaceCreationRequest input) |
| Returns true if WorkspaceCreationRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| WorkspaceCreationRequest () | |
| Initializes a new instance of the WorkspaceCreationRequest class. More... | |
Properties | |
| string | Name [get, set] |
| A workspace's name. More... | |
| string | Description [get, set] |
| A friendly description for the workspace. More... | |
A request to create an empty workspace.
|
inlineprotected |
Initializes a new instance of the WorkspaceCreationRequest class.
|
inline |
Initializes a new instance of the WorkspaceCreationRequest class.
| name | A workspace's name. (required). |
| description | A friendly description for the workspace. (required). |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if WorkspaceCreationRequest instances are equal
| input | Instance of WorkspaceCreationRequest 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 |
A friendly description for the workspace.
A friendly description for the workspace.
|
getset |
A workspace's name.
A workspace's name.