LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.WorkspaceItemCreationRequest Class Reference

A request to create an item in a workspace. More...

Inheritance diagram for Lusid.Sdk.Model.WorkspaceItemCreationRequest:
Inheritance graph
[legend]

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...
 

Detailed Description

A request to create an item in a workspace.

Constructor & Destructor Documentation

◆ WorkspaceItemCreationRequest() [1/2]

Lusid.Sdk.Model.WorkspaceItemCreationRequest.WorkspaceItemCreationRequest ( )
inlineprotected

Initializes a new instance of the WorkspaceItemCreationRequest class.

◆ WorkspaceItemCreationRequest() [2/2]

Lusid.Sdk.Model.WorkspaceItemCreationRequest.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) 
)
inline

Initializes a new instance of the WorkspaceItemCreationRequest class.

Parameters
formatA simple integer format identifier. (required).
nameA workspace item's name. (required).
groupThe group containing a workspace item. (required).
descriptionThe description of a workspace item. (required).
contentThe content associated with a workspace item. (required).
typeThe type of the workspace item. (required).

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.WorkspaceItemCreationRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.WorkspaceItemCreationRequest.Equals ( WorkspaceItemCreationRequest  input)
inline

Returns true if WorkspaceItemCreationRequest instances are equal

Parameters
inputInstance of WorkspaceItemCreationRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.WorkspaceItemCreationRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.WorkspaceItemCreationRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.WorkspaceItemCreationRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Content

Object Lusid.Sdk.Model.WorkspaceItemCreationRequest.Content
getset

The content associated with a workspace item.

The content associated with a workspace item.

◆ Description

string Lusid.Sdk.Model.WorkspaceItemCreationRequest.Description
getset

The description of a workspace item.

The description of a workspace item.

◆ Format

int Lusid.Sdk.Model.WorkspaceItemCreationRequest.Format
getset

A simple integer format identifier.

A simple integer format identifier.

◆ Group

string Lusid.Sdk.Model.WorkspaceItemCreationRequest.Group
getset

The group containing a workspace item.

The group containing a workspace item.

◆ Name

string Lusid.Sdk.Model.WorkspaceItemCreationRequest.Name
getset

A workspace item's name.

A workspace item's name.

◆ Type

string Lusid.Sdk.Model.WorkspaceItemCreationRequest.Type
getset

The type of the workspace item.

The type of the workspace item.


The documentation for this class was generated from the following file: