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

An item stored in a workspace. More...

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

Public Member Functions

 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 >))
 Initializes a new instance of the WorkspaceItem 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 (WorkspaceItem input)
 Returns true if WorkspaceItem instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 WorkspaceItem ()
 Initializes a new instance of the WorkspaceItem class. More...
 

Properties

string Type [get, set]
 The type of the workspace item. More...
 
int Format [get, set]
 A simple integer format identifier. More...
 
string Name [get, set]
 A workspace item&#39;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...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

An item stored in a workspace.

Constructor & Destructor Documentation

◆ WorkspaceItem() [1/2]

Lusid.Sdk.Model.WorkspaceItem.WorkspaceItem ( )
inlineprotected

Initializes a new instance of the WorkspaceItem class.

◆ 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
typeThe type of the workspace item. (required).
formatA simple integer format identifier. (required).
nameA workspace item&#39;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).
varVersionvarVersion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if WorkspaceItem instances are equal

Parameters
inputInstance of WorkspaceItem to be compared
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

Property Documentation

◆ 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

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.WorkspaceItem.Name
getset

A workspace item&#39;s name.

A workspace item&#39;s name.

◆ Type

string Lusid.Sdk.Model.WorkspaceItem.Type
getset

The type of the workspace item.

The type of the workspace item.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.WorkspaceItem.VarVersion
getset

Gets or Sets VarVersion


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