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

A workspace. More...

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

Public Member Functions

 Workspace (string name=default(string), string description=default(string), ModelVersion varVersion=default(ModelVersion), WorkspacePermittedItemActions permittedItemActions=default(WorkspacePermittedItemActions), List< Link > links=default(List< Link >))
 Initializes a new instance of the Workspace 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 (Workspace input)
 Returns true if Workspace instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Name [get, set]
 A workspace&#39;s name. More...
 
string Description [get, set]
 A friendly description for the workspace. More...
 
ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
WorkspacePermittedItemActions PermittedItemActions [get, set]
 Gets or Sets PermittedItemActions More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

A workspace.

Constructor & Destructor Documentation

◆ Workspace() [1/2]

Lusid.Sdk.Model.Workspace.Workspace ( )
inlineprotected

Initializes a new instance of the Workspace class.

◆ Workspace() [2/2]

Lusid.Sdk.Model.Workspace.Workspace ( string  name = default(string),
string  description = default(string),
ModelVersion  varVersion = default(ModelVersion),
WorkspacePermittedItemActions  permittedItemActions = default(WorkspacePermittedItemActions),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the Workspace class.

Parameters
nameA workspace&#39;s name. (required).
descriptionA friendly description for the workspace. (required).
varVersionvarVersion.
permittedItemActionspermittedItemActions.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Workspace instances are equal

Parameters
inputInstance of Workspace to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.Workspace.Description
getset

A friendly description for the workspace.

A friendly description for the workspace.

◆ Links

List<Link> Lusid.Sdk.Model.Workspace.Links
getset

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.Workspace.Name
getset

A workspace&#39;s name.

A workspace&#39;s name.

◆ PermittedItemActions

WorkspacePermittedItemActions Lusid.Sdk.Model.Workspace.PermittedItemActions
getset

Gets or Sets PermittedItemActions

◆ VarVersion

ModelVersion Lusid.Sdk.Model.Workspace.VarVersion
getset

Gets or Sets VarVersion


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